5 lines
199 B
Python
5 lines
199 B
Python
import warnings
|
|
warnings.warn("Importing course_home_api.toggles instead of lms.djangoapps.course_home_api.toggles is deprecated", stacklevel=2)
|
|
|
|
from lms.djangoapps.course_home_api.toggles import *
|