ambiguity-env / tasks /__init__.py
Yaser77's picture
feat: ambiguity resolution environment v1.0 - OpenEnv Hackathon
c06cf60
raw
history blame contribute delete
116 Bytes
# tasks package
from .tasks import TASKS, get_task, get_all_tasks
__all__ = ["TASKS", "get_task", "get_all_tasks"]