2025-06-27 11:40:30 +02:00

6 lines
117 B
Python

"""Custom tools for the multi-agent sysadmin system."""
from .poem_tool import print_poem
__all__ = ["print_poem"]