from lightbar.app import Lightbar print('[main] Starting lightbar HTTP server...') api_server = Lightbar() api_server.run(port=80, debug=True)