initial
This commit is contained in:
6
web/views/__init__.py
Normal file
6
web/views/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .welcome import WelcomeView
|
||||
from .projects import ProjectsView
|
||||
from .select_project import SelectProject
|
||||
from .profile import ProfileView
|
||||
from .profile_photo import ProfilePhoto
|
||||
from .logout import LogoutView
|
Reference in New Issue
Block a user