#!/usr/bin/env python3 import uvicorn if __name__ == "__main__": uvicorn.run("hub.app:get_app", factory=True, port=5000, log_level="info")