Harsh Upadhyay
removing local file support and adding SQLAlchemy support for all database operations.
fca1742
raw
history blame contribute delete
144 Bytes
import os
from dotenv import load_dotenv
load_dotenv(dotenv_path=os.path.join(os.path.dirname(__file__), '..', '.env'))
# ... existing code ...