6 lines
166 B
Python
6 lines
166 B
Python
"""Utility helpers for the Clickthrough agent skill."""
|
|
|
|
from .clickthrough_skill import ActionPlan, ClickthroughSkill
|
|
|
|
__all__ = ["ClickthroughSkill", "ActionPlan"]
|