mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 03:54:03 +02:00
6 lines
121 B
Python
6 lines
121 B
Python
from pydantic_settings import BaseSettings
|
|
|
|
|
|
class DownloadClientConfig(BaseSettings):
|
|
download_client: str = "qbit"
|