swag-shop/backend/app/models/__init__.py

6 lines
65 B
Python

from .user_model import *
__all__ = [
*user_model.__all__
]