We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9a813 commit 611703cCopy full SHA for 611703c
playground/python/app/search.py
@@ -2,6 +2,7 @@
2
3
from algoliasearch.search.client import SearchClientSync
4
from algoliasearch.search.config import SearchConfig
5
+from algoliasearch.search import __version__
6
from dotenv import load_dotenv
7
8
load_dotenv("../.env")
0 commit comments