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

6 lines
65 B
Python
Raw Normal View History

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