from dotenv import load_dotenv from control_flow.main import run load_dotenv() if __name__ == "__main__": run()