"""入口:运行抖音采集并入库。""" from collectors.douyin import run if __name__ == "__main__": run()