7 lines
152 B
Python
7 lines
152 B
Python
'''
|
|
Student models migrated to folder to tease out the course enrollment aspects from Student
|
|
'''
|
|
from .course_enrollment import *
|
|
from .user import *
|
|
|