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 55d0734 commit f7d6c49Copy full SHA for f7d6c49
src/india_api/internal/service/__init__.py
@@ -1,4 +1,4 @@
1
-from .server import server
+from .server import server, version
2
from .database_client import get_db_client
3
4
-__all__ = ["server", "get_db_client"]
+__all__ = ["server", "get_db_client", "version"]
0 commit comments