9 lines
215 B
Python
9 lines
215 B
Python
"""
|
|
Combines all of the broken out student views
|
|
"""
|
|
|
|
from __future__ import absolute_import
|
|
|
|
from .dashboard import * # pylint: disable=wildcard-import
|
|
from .management import * # pylint: disable=wildcard-import
|