6 lines
149 B
Python
6 lines
149 B
Python
from import_shims.warn import warn_deprecated_import
|
|
|
|
warn_deprecated_import('grades', 'lms.djangoapps.grades')
|
|
|
|
from lms.djangoapps.grades import *
|