whFalsa / app /database /__init__.py
codeBOKER's picture
first commit
102dd4f
Raw
History Blame Contribute Delete
137 Bytes
from app.database.supabase import SupabaseRepository, create_supabase_client
__all__ = ["SupabaseRepository", "create_supabase_client"]