replLauncher.py 169 B

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