mirror of
http://10.0.2.1:3031/sauer/claw-code.git
synced 2026-06-30 13:37:03 +10:00
6 lines
169 B
Python
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.'
|