6 lines
182 B
Python
6 lines
182 B
Python
from import_shims.warn import warn_deprecated_import
|
|
|
|
warn_deprecated_import('mobile_api.models', 'lms.djangoapps.mobile_api.models')
|
|
|
|
from lms.djangoapps.mobile_api.models import *
|