import typer app = typer.Typer( name="mini-nav", help="Mini-Nav: A vision-language navigation system", add_completion=False, )