Orami01's picture
Upload 274 files
9c48ae2
raw
history blame
200 Bytes
from autoagents.actions import Action
class Requirement(Action):
"""Requirement without any implementation details"""
async def run(self, *args, **kwargs):
raise NotImplementedError