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