platform/web/views/__init__.py
Administrator 53b9f9d840 vk
2023-09-23 19:10:06 +03:00

8 lines
272 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
from .ping import PingView
from .vk_auth import VKAuthView