mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 15:07:17 +08:00
7 lines
76 B
Python
7 lines
76 B
Python
__all__ = ['Manager']
|
|
|
|
|
|
class Manager:
|
|
def __init__(self):
|
|
pass
|