// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (C) 2026 Vallés Puig, Ramon
//! DE441 build-time pipeline, thin configuration wrapper.
//!
//! All logic lives in the shared JPL build pipeline.
//! Only activated when the `de441` Cargo feature is enabled.
use cratejpl_pipeline as pipeline;
use Path;
const CONFIG: DeConfig = DeConfig ;
/// Run the DE441 build pipeline.