refactor(docs): update import statement in quickstart.py for improved clarity

This commit is contained in:
UncleCode
2025-04-05 23:12:06 +08:00
parent 49d904ca0a
commit e1d9e2489c
5 changed files with 2 additions and 1082 deletions

View File

@@ -1,6 +1,6 @@
import os, sys
from crawl4ai.types import LLMConfig
from crawl4ai import LLMConfig
sys.path.append(
os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))