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