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