Files
Scrapling/scrapling/spiders/templates/__init__.py
T
2026-05-10 21:13:16 +03:00

7 lines
95 B
Python

from .crawler import CrawlSpider, CrawlRule
__all__ = [
"CrawlSpider",
"CrawlRule",
]