Files
edx-platform/common/djangoapps/student/__init__.py
2019-05-06 14:50:42 -04:00

10 lines
262 B
Python

"""
Student app helpers and settings
"""
from __future__ import absolute_import
from openedx.core.djangoapps.waffle_utils import WaffleSwitchNamespace
# Namespace for student app waffle switches
STUDENT_WAFFLE_NAMESPACE = WaffleSwitchNamespace(name='student')