Files
math-problems-structure/app/__init__.py

5 lines
59 B
Python

from app.main import create_app
__all__ = ["create_app"]