"""Single command to start the server and dashboard. Dashboard at http://localhost:8000/""" from src.server.app import main if __name__ == "__main__": main()