// SPDX-License-Identifier: GPL-3.0-only /* * Copyright (c) 2025, Richard Acayan. All rights reserved. */ mod output; pub use self::output::Output;