diff options
Diffstat (limited to 'hydroroll/plugins/test.py')
| -rw-r--r-- | hydroroll/plugins/test.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hydroroll/plugins/test.py b/hydroroll/plugins/test.py new file mode 100644 index 0000000..01d0615 --- /dev/null +++ b/hydroroll/plugins/test.py @@ -0,0 +1,8 @@ +from iamai import Plugin
+
+class Test(Plugin):
+ async def handle(self) -> None:
+ ...
+
+ async def rule(self) -> None:
+ ...
\ No newline at end of file |
