Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Add BardAsyncCookies to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CBoYXD committed Aug 9, 2023
1 parent 5dcdf5b commit 8faa97d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bardapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
IMG_UPLOAD_HEADERS,
)
from bardapi.core_async import BardAsync
from bardapi.core_cookies import BardCookies
from bardapi.core_cookies import BardCookies, BardAsyncCookies
from bardapi.utils import (
extract_links,
upload_image,
Expand All @@ -29,6 +29,7 @@
"ChatBard",
"BardAsync",
"BardCookies",
"BardAsyncCookies",
"SESSION_HEADERS",
"ALLOWED_LANGUAGES",
"DEFAULT_LANGUAGE",
Expand Down

0 comments on commit 8faa97d

Please sign in to comment.