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 3588eba commit 21a69daCopy full SHA for 21a69da
supabase/__init__.py
@@ -1,5 +1,7 @@
1
__version__ = "0.4.0"
2
3
+from postgrest_py import APIError, APIResponse
4
+
5
from supabase import client, lib
6
from supabase.client import Client, create_client
7
from supabase.lib.auth_client import SupabaseAuthClient
0 commit comments