Files
python-templates-flask/app/__init__.py
2022-08-28 13:02:29 +08:00

6 lines
61 B
Python

from .app import app
from . import views
__all__ = ["app"]