File size: 158 Bytes
bef5e76 | 1 2 3 4 5 6 7 8 9 10 | """Environment file path constants for existing users.py."""
import os
class EnvFilepath:
"""Environment file path constants."""
ENVPATH = ".env"
|
bef5e76 | 1 2 3 4 5 6 7 8 9 10 | """Environment file path constants for existing users.py."""
import os
class EnvFilepath:
"""Environment file path constants."""
ENVPATH = ".env"
|