Spaces:
Sleeping
Sleeping
File size: 133 Bytes
ea1ba01 |
1 2 3 4 5 |
from supabase import create_client
from app.config import Config
supabase = create_client(Config.SUPABASE_URL, Config.SUPABASE_KEY)
|