6 lines
196 B
Python
6 lines
196 B
Python
"""Automation plugin — cron scheduling, agent runner, workflow timeout, execution engine."""
|
|
|
|
from app.plugins.builtins.automation.plugin import AutomationPlugin
|
|
|
|
__all__ = ["AutomationPlugin"]
|