jkj
This commit is contained in:
11
tool/__init__.py
Normal file
11
tool/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""Tool helpers.
|
||||
|
||||
This package contains wrappers around external tools (e.g. yt-dlp) so cmdlets can share
|
||||
common defaults (cookies, timeouts, format selectors) and users can override them via
|
||||
`config.conf`.
|
||||
"""
|
||||
|
||||
from .ytdlp import YtDlpTool, YtDlpDefaults
|
||||
from .playwright import PlaywrightTool, PlaywrightDefaults
|
||||
|
||||
__all__ = ["YtDlpTool", "YtDlpDefaults", "PlaywrightTool", "PlaywrightDefaults"]
|
||||
Reference in New Issue
Block a user