1// Copyright (c) 2026 Kirky.X
2//
3// Licensed under the MIT License
4// See LICENSE file in the project root for full license information.
56//! Core traits and types for module declaration.
78pub mod error;
9pub mod meta;
1011pub use error::KitError;
12pub use meta::{AutoBuilder, ModuleMeta};