__init__.py 98 Bytes
Newer Older
1 2 3 4 5
"""
Completion App
"""

default_app_config = 'lms.djangoapps.completion.apps.CompletionAppConfig'