From dfa97c9d24b8124ca38ec5eb605cde932cd6ea78 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Tue, 2 May 2023 23:30:19 +0800 Subject: --- hydroroll/plugins/test.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hydroroll/plugins/test.py (limited to 'hydroroll/plugins/test.py') 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 -- cgit v1.2.3-70-g09d2