5 lines
84 B
Python
5 lines
84 B
Python
from .user import User
|
|
from .database import init_db
|
|
|
|
__all__ = ["User", "init_db"]
|