Skip to content

Instantly share code, notes, and snippets.

@kagermanov27
Created May 19, 2022 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kagermanov27/d329b2f61f92134dd87c06c64fd4c2de to your computer and use it in GitHub Desktop.
Save kagermanov27/d329b2f61f92134dd87c06c64fd4c2de to your computer and use it in GitHub Desktop.
class Query(BaseModel):
google_domain: str = "google.com"
num: str = "100"
ijn: str = "0"
q: str
api_key: str ## You may replace this with `api_key: str = "Your API Key"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment