Community edition generated from private repo via sync pipeline. Includes 9 plugins (WordPress, WooCommerce, WP Advanced, Gitea, n8n, Supabase, OpenPanel, Appwrite, Directus) with ~587 tools. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
217 B
Python
7 lines
217 B
Python
"""Supabase Plugin - Self-Hosted Database & Backend Management"""
|
|
|
|
from plugins.supabase.client import SupabaseClient
|
|
from plugins.supabase.plugin import SupabasePlugin
|
|
|
|
__all__ = ["SupabasePlugin", "SupabaseClient"]
|