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