mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-08-26 15:25:19 +02:00
feat: add scriptable housekeeper rule engine
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
"""Public API for CCMA housekeeper rule scripts."""
|
||||
|
||||
from ccma.rules.api import RuleAction, RuleContext
|
||||
|
||||
__all__ = ["RuleAction", "RuleContext"]
|
||||
Reference in New Issue
Block a user