Initial commit

This commit is contained in:
Тимур Абайдулин
2025-11-26 07:18:11 +03:00
commit a23c88f5b9
10 changed files with 904 additions and 0 deletions

8
__init__.py Normal file
View File

@@ -0,0 +1,8 @@
"""
Supabase Connector - простой Python коннектор для Supabase
"""
from .supabase import SupabaseManager
__version__ = "1.0.0"
__all__ = ["SupabaseManager"]