diff --git a/modules/api_client.py b/modules/api_client.py index 8192499..2680635 100644 --- a/modules/api_client.py +++ b/modules/api_client.py @@ -27,6 +27,9 @@ from photosapi_client.api.default.photo_get_photos_id_get import asyncio as phot from photosapi_client.api.default.photo_patch_photos_id_patch import ( asyncio as photo_patch, ) +from photosapi_client.api.default.photo_random_albums_album_photos_random_get import ( + asyncio as photo_random, +) from photosapi_client.api.default.photo_upload_albums_album_photos_post import ( asyncio_detailed as photo_upload, ) @@ -39,6 +42,9 @@ from photosapi_client.api.default.video_get_videos_id_get import asyncio as vide from photosapi_client.api.default.video_patch_videos_id_patch import ( asyncio as video_patch, ) +from photosapi_client.api.default.video_random_albums_album_videos_random_get import ( + asyncio as video_random, +) from photosapi_client.api.default.video_upload_albums_album_videos_post import ( asyncio as video_upload, )