File size: 267 Bytes
428a607
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from .auth import auth
from .dashboard import dashboard
from .lecturer import lecturer
from .user import user
from .classifier import classifier
from .history import history
from .file import file


views = [auth, dashboard, lecturer, user, classifier, history, file]