feat: add capability to see and expose public Tool classes

This commit is contained in:
Lucas Gomide
2025-05-15 16:35:09 -03:00
parent f02e0060fa
commit 5a9360e9a7

View File

@@ -0,0 +1,3 @@
from .tool import {{class_name}}
__all__ = ["{{class_name}}"]