from dotenv import load_dotenv
from source.core.models import Config
load_dotenv()
config = Config()