mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-08-25 23:15:18 +02:00
6 lines
145 B
Python
6 lines
145 B
Python
"""Public API for CCMA housekeeper rule scripts."""
|
|
|
|
from ccma.rules.api import RuleAction, RuleContext
|
|
|
|
__all__ = ["RuleAction", "RuleContext"]
|