mirror of
https://github.com/instructkr/claw-code.git
synced 2026-04-03 20:44:48 +08:00
feat: Python porting workspace with reference data and parity audit
This commit is contained in:
5
src/replLauncher.py
Normal file
5
src/replLauncher.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
def build_repl_banner() -> str:
|
||||
return 'Python porting REPL is not interactive yet; use `python3 -m src.main summary` instead.'
|
||||
Reference in New Issue
Block a user