from dotenv import load_dotenv import os def load_environment(): """Load environment variables from .env file""" load_dotenv()