9 lines
157 B
Python
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 *
|