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