refactor(app): refactor dictionary: add app module

This commit is contained in:
lxd1190 2018-11-07 15:06:36 +08:00
parent 5faf04cf06
commit 21b2b1614d

1
app/__init__.py Normal file
View File

@ -0,0 +1 @@
__all__ = ["common", "dao", "service"]