diff options
| author | 2023-05-02 23:30:19 +0800 | |
|---|---|---|
| committer | 2023-05-02 23:30:19 +0800 | |
| commit | dfa97c9d24b8124ca38ec5eb605cde932cd6ea78 (patch) | |
| tree | 470a8bfd1960964b8c9724c19de876cf52cf60c3 /hydroroll/plugins/test.py | |
| parent | 45c49007ee01143ad26899751b856658321cd3ae (diff) | |
| download | HydroRoll-dfa97c9d24b8124ca38ec5eb605cde932cd6ea78.tar.gz HydroRoll-dfa97c9d24b8124ca38ec5eb605cde932cd6ea78.zip | |
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 |
