File size: 144 Bytes
fca1742
 
 
 
1
2
3
4
import os
from dotenv import load_dotenv
load_dotenv(dotenv_path=os.path.join(os.path.dirname(__file__), '..', '.env'))
# ... existing code ...