blank lines in __init__ private method that needed to be public importlib and importlib-resources dependencies
6 lines
151 B
Python
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 *
|