init
This commit is contained in:
5
skill/__init__.py
Normal file
5
skill/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Utility helpers for the Clickthrough agent skill."""
|
||||
|
||||
from .clickthrough_skill import ActionPlan, ClickthroughSkill
|
||||
|
||||
__all__ = ["ClickthroughSkill", "ActionPlan"]
|
||||
Reference in New Issue
Block a user