mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 03:46:04 +08:00
Merge branch 'sdk-improv/async'
This commit is contained in:
commit
9d0baec589
@ -11,9 +11,9 @@ For more information visit https://github.com/firecrawl/
|
||||
import logging
|
||||
import os
|
||||
|
||||
from .firecrawl import FirecrawlApp # noqa
|
||||
from .firecrawl import FirecrawlApp, ExtractConfig # noqa
|
||||
|
||||
__version__ = "2.0.0"
|
||||
__version__ = "2.0.1"
|
||||
|
||||
# Define the logger for the Firecrawl project
|
||||
logger: logging.Logger = logging.getLogger("firecrawl")
|
||||
|
Loading…
x
Reference in New Issue
Block a user