diff options
| author | 2023-08-09 14:36:37 +0800 | |
|---|---|---|
| committer | 2023-08-09 14:36:37 +0800 | |
| commit | 85ec2f7dc55a672b07272a50f11eb86460f38671 (patch) | |
| tree | 8517989c8cc6444df8ae7ae50802a3b81766b01f /hydroroll/plugins | |
| parent | 642a278b1e2cc11fee587b933413a30c057753c1 (diff) | |
| download | HydroRoll-85ec2f7dc55a672b07272a50f11eb86460f38671.tar.gz HydroRoll-85ec2f7dc55a672b07272a50f11eb86460f38671.zip | |
feat:all
Diffstat (limited to 'hydroroll/plugins')
| -rw-r--r-- | hydroroll/plugins/test.py | 8 |
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 |
