Sith/sith/environ.py

5 lines
57 B
Python
Raw Normal View History

from environs import Env
env = Env()
_ = env.read_env()