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

Function print_success

scripts/setup_slack.py:29–31  ·  view source on GitHub ↗

Print success message.

(text: str)

Source from the content-addressed store, hash-verified

27
28
29def print_success(text: str):
30 """Print success message."""
31 print(f" ✓ {text}")
32
33
34def print_error(text: str):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected