mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-12-03 16:32:54 +01:00
7 lines
101 B
Python
7 lines
101 B
Python
|
from aiokit import AioThing
|
||
|
|
||
|
|
||
|
class BaseAction(AioThing):
|
||
|
async def do(self, item):
|
||
|
pass
|