AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 douyin-downloader
__init__.py
根目录
/
config
/
__init__.py
1
from .config_loader import ConfigLoader
2
from .default_config import DEFAULT_CONFIG
3
4
__all__ = ["ConfigLoader", "DEFAULT_CONFIG"]
5
5 lines
PYTHON