2022-08-28 13:02:29 +08:00

6 lines
61 B
Python

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