from app.py import app # Replace your_app_file with your main script name
if __name__ == "__main__":
    app.run()
