from course_catcher.web import create_app app = create_app() __all__ = ["app", "create_app"]