platform/web/views/__init__.py
Administrator 20448aa6b0 fetch
2024-02-11 14:22:01 +03:00

12 lines
369 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