Initial commit
This commit is contained in:
commit
983cee0320
322 changed files with 57174 additions and 0 deletions
3
backup/first -fina app/app/models/__init__.py
Executable file
3
backup/first -fina app/app/models/__init__.py
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
from app.models.user import User
|
||||
from app.models.category import Category, Expense
|
||||
__all__ = ['User', 'Category', 'Expense']
|
||||
Loading…
Add table
Add a link
Reference in a new issue