fix: enforce env variables are present

This commit is contained in:
LUIS NOVO 2025-06-10 11:53:53 -03:00
parent 715f5741b7
commit 7239f719fd

View file

@ -0,0 +1,3 @@
from dotenv import load_dotenv
load_dotenv()