Files
asimonson1125.github.io/src/config.py
2025-05-09 15:35:42 -05:00

7 lines
161 B
Python
Executable File

from os import environ as env
# automatically updates some dev envs. need to remove for production.
try:
__import__('envs.py')
except ImportError:
pass