File size: 84 Bytes
e35e6bc
 
 
 
1
2
3
4
5
from .base import Base
from .user import UserModel

__all__ = ["Base", "UserModel"]