aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hydroroll/plugins/test.py
blob: 01d06154020b5c25fdd960b1491842b37171c222 (plain) (blame)
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:
        ...