Research-Stack/1-Distributed-Systems/agents/claw/src/task.py

5 lines
93 B
Python

from __future__ import annotations
from .task import PortingTask
__all__ = ['PortingTask']