8 lines
106 B
Python
8 lines
106 B
Python
"""
|
|
Combines all of the broken out student views
|
|
"""
|
|
|
|
|
|
from .dashboard import *
|
|
from .management import *
|