Files
MoviePilot/app/modules/filemanager/storages/alistgo.py

13 lines
246 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
from app.modules.filemanager.storages.alist import Alist
from app.schemas.types import StorageSchema
class AlistGo(Alist):
"""
AListGo 相关操作
API 文档https://docs.alistgo.com/
"""
schema = StorageSchema.AlistGo