platform/web/views/__init__.py
Administrator 9e7fc7b4c1 initial
2023-09-23 16:13:11 +03:00

7 lines
214 B
Python

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