mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2025-03-03 18:23:34 +08:00
8 lines
105 B
Python
8 lines
105 B
Python
from yt_shared.config import Settings
|
|
|
|
|
|
class ApiSettings(Settings):
|
|
pass
|
|
|
|
|
|
settings = ApiSettings()
|