7 lines
197 B
Python
7 lines
197 B
Python
# lint-amnesty, pylint: disable=missing-module-docstring
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class CoursewareHistoryExtendedConfig(AppConfig):
|
|
name = 'lms.djangoapps.coursewarehistoryextended'
|