MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / print_info

Function print_info

scripts/setup_slack.py:39–41  ·  view source on GitHub ↗

Print info message.

(text: str)

Source from the content-addressed store, hash-verified

37
38
39def print_info(text: str):
40 """Print info message."""
41 print(f" → {text}")
42
43
44def copy_to_clipboard(text: str) -> bool:

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected