FauziIsyrinApridal
Initial commit without binary files
ea1ba01
raw
history blame contribute delete
133 Bytes
from supabase import create_client
from app.config import Config
supabase = create_client(Config.SUPABASE_URL, Config.SUPABASE_KEY)