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