Files
webshop/src/models/__init__.py

4 lines
87 B
Python

from .db import db
from .user import User
from .role import Role
from .item import Item