6 lines
65 B
Python
Raw Permalink Normal View History

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