hyperboria/nexus/actions/base.py

7 lines
101 B
Python
Raw Normal View History

from aiokit import AioThing
class BaseAction(AioThing):
async def do(self, item):
pass