mirror of
https://github.com/ae-utbm/sith.git
synced 2025-03-10 07:17:11 +00:00
5 lines
57 B
Python
5 lines
57 B
Python
|
from environs import Env
|
||
|
|
||
|
env = Env()
|
||
|
_ = env.read_env()
|