Files
claude-code/src/replLauncher.py
2026-04-01 03:55:00 +00:00

6 lines
169 B
Python

from __future__ import annotations
def build_repl_banner() -> str:
return 'Python porting REPL is not interactive yet; use `python3 -m src.main summary` instead.'