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