Files
edx-platform/common/djangoapps/student/models/__init__.py
Bernard Szabo 89086d482a feat: TNL-10136 fix build errors
blank lines in __init__
private method that needed to be public
importlib and importlib-resources dependencies
2022-12-13 17:19:41 -05:00

6 lines
151 B
Python

'''
Student models migrated to folder to tease out the course enrollment aspects from Student
'''
from .course_enrollment import *
from .user import *