7 lines
95 B
Python
7 lines
95 B
Python
from .crawler import CrawlSpider, CrawlRule
|
|
|
|
__all__ = [
|
|
"CrawlSpider",
|
|
"CrawlRule",
|
|
]
|