from app.app import create_app def main(): create_app() if __name__ == "__main__": main()