6 lines
191 B
Python
6 lines
191 B
Python
from .classes_model import Classes
|
|
from .student_info import Student
|
|
from .scores import Scores
|
|
from .employments import Employments
|
|
|
|
__all__ = ["Classes", "Student", "Scores", "Employments"] |