Files
edx-platform/common/djangoapps/student/views/__init__.py

9 lines
157 B
Python

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