initial commit

This commit is contained in:
2022-08-28 13:02:29 +08:00
commit 184eb978b7
12 changed files with 84 additions and 0 deletions

5
app/__init__.py Normal file
View File

@ -0,0 +1,5 @@
from .app import app
from . import views
__all__ = ["app"]