Initial commit
This commit is contained in:
commit
983cee0320
322 changed files with 57174 additions and 0 deletions
4
backup/first -fina app/app/models/init.py
Executable file
4
backup/first -fina app/app/models/init.py
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
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