// Copyright (C) 2021-2025, Lux Industries Inc. All rights reserved. // SPDX-License-Identifier: BSD-3-Clause package main import ( "github.com/luxfi/netrunner/cmd" ) func main() { cmd.Execute() }