File size: 158 Bytes
027123c | 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"
|
027123c | 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"
|