1// Copyright © 2024-2025 The µcad authors <info@ucad.xyz> 2// SPDX-License-Identifier: AGPL-3.0-or-later 3 4//! µcad Module related syntax elements 5 6mod module_definition; 7 8pub use module_definition::*;