Coverage for /Users/antonigmitruk/golf/src/golf/commands/__init__.py: 0%

2 statements  

« prev     ^ index     » next       coverage.py v7.6.12, created at 2025-08-16 18:46 +0200

1"""GolfMCP command implementations.""" 

2 

3from golf.commands import build, init, run 

4 

5__all__ = ["build", "init", "run"]