/// **(internal)** Definition and methods for `DynProperty`.
mod _dynamic_property;
/// **(internal)** Definition and methods for `HctlFormula`.
mod _hctl_formula;
/// **(internal)** Variants of dynamic properties.
mod _property_types;
pub use _dynamic_property::DynProperty;
pub use _hctl_formula::HctlFormula;
pub use _property_types::*;