Files changed (1) hide show
  1. web2json/ai_extractor.py +1 -1
web2json/ai_extractor.py CHANGED
@@ -3,7 +3,7 @@ from abc import ABC, abstractmethod
3
  from google import genai
4
  from google.genai import types
5
  from pydantic import BaseModel
6
-
7
  class LLMClient(ABC):
8
  """
9
  Abstract base class for calling LLM APIs.
 
3
  from google import genai
4
  from google.genai import types
5
  from pydantic import BaseModel
6
+ print("dfdf")
7
  class LLMClient(ABC):
8
  """
9
  Abstract base class for calling LLM APIs.