1
2
3
4
5
//! This module contains settings for kcl projects as well as the modeling app.

pub mod types;
#[cfg(not(target_arch = "wasm32"))]
pub mod utils;