6 lines
61 B
Python
Raw Permalink Normal View History

2022-08-28 13:02:29 +08:00
from .app import app
from . import views
__all__ = ["app"]