Sith/sith/environ.py

5 lines
57 B
Python

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