fix: enforce env variables are present
This commit is contained in:
parent
715f5741b7
commit
7239f719fd
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
||||||
|
from dotenv import load_dotenv
|
||||||
|
|
||||||
|
load_dotenv()
|
||||||
Loading…
Reference in a new issue