AgenticNav / app.py
laminair's picture
Update app.py
4be13d4 verified
raw
history blame
120 Bytes
from agentic_nav.frontend.browser_ui import main
if __name__ == "__main__":
main()
print("Shutdown complete")