Skip to content

Commit b484535

Browse files
authored
fix: expose basic crawling context (#501)
1 parent 1035bae commit b484535

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
from crawlee._types import BasicCrawlingContext
2+
13
from ._basic_crawler import BasicCrawler, BasicCrawlerOptions
24
from ._context_pipeline import ContextPipeline
35

4-
__all__ = ['BasicCrawler', 'BasicCrawlerOptions', 'ContextPipeline']
6+
__all__ = ['BasicCrawler', 'BasicCrawlingContext', 'BasicCrawlerOptions', 'ContextPipeline']

0 commit comments

Comments
 (0)