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