Files
edx-platform/common/djangoapps/student/views/__init__.py
2018-09-15 03:21:39 -04:00

8 lines
137 B
Python

"""
Combines all of the broken out student views
"""
# pylint: disable=wildcard-import
from dashboard import *
from management import *