1//! This module contains settings for kcl projects as well as the Design Studio. 2 3pub mod types; 4 5#[cfg(test)] 6mod generate_settings_docs;