add plugins

This commit is contained in:
jxxghp
2023-06-08 13:18:26 +08:00
parent 7c3f233a10
commit c7d745a752
49 changed files with 4383 additions and 73 deletions

View File

@@ -1,13 +1,13 @@
from pathlib import Path
from typing import List, Optional
from app.chain import _ChainBase
from app.chain import ChainBase
from app.core import MetaInfo, MediaInfo, settings
from app.log import logger
from app.utils.types import TorrentStatus
class TransferChain(_ChainBase):
class TransferChain(ChainBase):
"""
文件转移处理链
"""