platform/web/views/__init__.py
emmatveev f1b57abeca
All checks were successful
Deploy Prod / Build (pull_request) Successful in 6s
Deploy Prod / Push (pull_request) Successful in 13s
Deploy Prod / Deploy prod (pull_request) Successful in 14s
fix
2024-12-08 15:50:16 +03:00

13 lines
402 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
from .yandex_auth import YandexAuthView
from .is_staff import is_staff
from .fetch import fetch
from .generator import generator