mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-03-13 04:45:32 +08:00
8 lines
140 B
Python
8 lines
140 B
Python
import typer
|
|
|
|
app = typer.Typer(
|
|
name="mini-nav",
|
|
help="Mini-Nav: A vision-language navigation system",
|
|
add_completion=False,
|
|
)
|