mirror of
https://github.com/hect0x7/JMComic-Crawler-Python.git
synced 2025-11-04 14:49:43 +08:00
8 lines
159 B
Python
8 lines
159 B
Python
# 模块依赖关系如下:
|
|
# 被依赖方 <--- 使用方
|
|
# config <--- entity <--- toolkit <--- client <--- option
|
|
|
|
__version__ = '2.0.6'
|
|
|
|
from .api import *
|