aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hydroroll/plugins/test.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-08-09 14:36:37 +0800
committer简律纯 <i@jyunko.cn>2023-08-09 14:36:37 +0800
commit85ec2f7dc55a672b07272a50f11eb86460f38671 (patch)
tree8517989c8cc6444df8ae7ae50802a3b81766b01f /hydroroll/plugins/test.py
parent642a278b1e2cc11fee587b933413a30c057753c1 (diff)
downloadHydroRoll-85ec2f7dc55a672b07272a50f11eb86460f38671.tar.gz
HydroRoll-85ec2f7dc55a672b07272a50f11eb86460f38671.zip
feat:all
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