mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
5 lines
169 B
Python
5 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.'
|