from iamai import Plugin class Test(Plugin): async def handle(self) -> None: ... async def rule(self) -> None: ...