mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2025-12-26 12:56:22 +08:00
5 lines
96 B
Python
5 lines
96 B
Python
from .TUI import XHSDownloader
|
|
from .application import XHS
|
|
|
|
__all__ = ['XHS', 'XHSDownloader']
|