5 lines
74 B
Python
5 lines
74 B
Python
from .base import Base
|
|
|
|
from .user import User
|
|
|
|
__all__ = ["Base", "User"] |