"""Inicia el servidor local del tablero HTML v7.""" from dashboard.tablero_server import main if __name__ == "__main__": main()