1 2 3 4 5 6 7 8
from iamai import Plugin class Test(Plugin): async def handle(self) -> None: ... async def rule(self) -> None: ...