6 lines
141 B
Python
6 lines
141 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CoursewareHistoryExtendedConfig(AppConfig):
|
|
name = u'lms.djangoapps.coursewarehistoryextended'
|