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