crawler_tasks.py 370 B

123456789101112
  1. from app.domains.crawler_tasks import CrawlerToutiao
  2. from app.domains.crawler_tasks import WeixinAccountManager
  3. from app.domains.crawler_tasks import CrawlerGzhAccountArticles
  4. from app.domains.crawler_tasks import CrawlerGzhSearchArticles
  5. __all__ = [
  6. "CrawlerToutiao",
  7. "WeixinAccountManager",
  8. "CrawlerGzhAccountArticles",
  9. "CrawlerGzhSearchArticles",
  10. ]