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