XHS_Downloader/source/TUI/__init__.py
2024-01-08 19:09:29 +08:00

4 lines
60 B
Python

from .app import XHSDownloader
__all__ = ['XHSDownloader']