Fixed tables not being created

This commit is contained in:
Pünkösd Marcell 2020-11-28 16:19:31 +01:00
parent 872d1ef5ac
commit 085dd6ab32
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
from .db import db
from .user import User
from .role import Role
from .item import Item
from .item import Item
from .comment import Comment
from .purchase import Purchase