__init__.py 113 B

12345
  1. """抖音采集:按步骤拆分的子模块。"""
  2. from collectors.douyin.runner import run
  3. __all__ = ["run"]