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
171 B
Python
7 lines
171 B
Python
"""n8n Automation Plugin - Workflow Management"""
|
|
|
|
from plugins.n8n.client import N8nClient
|
|
from plugins.n8n.plugin import N8nPlugin
|
|
|
|
__all__ = ["N8nPlugin", "N8nClient"]
|