platypush/platypush/schemas/system/_user/__init__.py

5 lines
92 B
Python

from ._model import User
from ._schemas import UserSchema
__all__ = ['User', 'UserSchema']