mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 20:29:01 +08:00
Update __init__.py
This commit is contained in:
parent
9e67d7ba22
commit
06c54bc41c
@ -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