We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1035bae commit b484535Copy full SHA for b484535
1 file changed
src/crawlee/basic_crawler/__init__.py
@@ -1,4 +1,6 @@
1
+from crawlee._types import BasicCrawlingContext
2
+
3
from ._basic_crawler import BasicCrawler, BasicCrawlerOptions
4
from ._context_pipeline import ContextPipeline
5
-__all__ = ['BasicCrawler', 'BasicCrawlerOptions', 'ContextPipeline']
6
+__all__ = ['BasicCrawler', 'BasicCrawlingContext', 'BasicCrawlerOptions', 'ContextPipeline']
0 commit comments