Files
edx-platform/common/djangoapps/student/models/__init__.py
2022-12-13 17:19:41 -05:00

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 *