File size: 81 Bytes
819225f
 
 
1
2
3
4
with open(".env", "rb") as f:
    content = f.read()
    print(repr(content))