webshop/src/models/__init__.py
2020-11-27 03:52:17 +01:00

3 lines
46 B
Python

from .user import User
from .role import Role