claw-code/src/task.py

6 lines
93 B
Python
Raw Normal View History

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