crawlee-python/docs/introduction/code_examples/routes.py

5 lines
135 B
Python

from crawlee.crawlers import PlaywrightCrawlingContext
from crawlee.router import Router
router = Router[PlaywrightCrawlingContext]()