/remove command fixed

This commit is contained in:
2023-06-28 08:53:15 +02:00
parent 97b3aa1505
commit e06cb4b377
4 changed files with 78 additions and 4 deletions

View File

@@ -35,6 +35,9 @@ from photosapi_client.api.default.photo_upload_albums_album_photos_post import (
)
from photosapi_client.api.default.user_create_users_post import asyncio as user_create
from photosapi_client.api.default.user_me_users_me_get import sync as user_me
from photosapi_client.api.default.video_delete_videos_id_delete import (
asyncio as video_delete,
)
from photosapi_client.api.default.video_find_albums_album_videos_get import (
asyncio as video_find,
)