6 lines
117 B
Python
6 lines
117 B
Python
"""Custom tools for the multi-agent sysadmin system."""
|
|
|
|
from .poem_tool import print_poem
|
|
|
|
__all__ = ["print_poem"]
|