MCPcopy Create free account
hub / github.com/WorldModelBench-Team/WorldModelBench / __init__

Method __init__

evaluation.py:80–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78 """Handles formatted output of evaluation results."""
79
80 def __init__(self):
81 self.console = Console()
82
83 def print_header(self, text: str):
84 """Print a styled header."""

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected