This commit is contained in:
Administrator
2023-09-23 19:10:06 +03:00
parent 59aa298db6
commit 53b9f9d840
7 changed files with 53 additions and 5 deletions

View File

@@ -4,4 +4,5 @@ from .select_project import SelectProject
from .profile import ProfileView
from .profile_photo import ProfilePhoto
from .logout import LogoutView
from .ping import PingView
from .ping import PingView
from .vk_auth import VKAuthView