mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-11-13 06:49:23 +01:00
8472f27ec5
GitOrigin-RevId: ddf02e70d2827c048db49b687ebbcdcc67807ca6
7 lines
101 B
Python
7 lines
101 B
Python
from aiokit import AioThing
|
|
|
|
|
|
class BaseAction(AioThing):
|
|
async def do(self, item):
|
|
pass
|