Files
webshop/src/models/__init__.py

7 lines
148 B
Python

from .db import db
from .user import User
from .role import Role
from .item import Item
from .comment import Comment
from .purchase import Purchase