refactor download client class

This commit is contained in:
maxDorninger
2025-03-27 18:44:14 +01:00
parent 450514f549
commit 89f53040ed
4 changed files with 17 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
from pydantic_settings import BaseSettings
class DownloadClientConfig(BaseSettings):
download_client: str = "qbit"