5 lines
152 B
Python
5 lines
152 B
Python
from app.crud.crud_user import user
|
|
from app.crud.crud_role import role
|
|
from app.crud.crud_student import student
|
|
|
|
__all__ = ["user", "role", "student"] |