//! Demo robot models used by tests and examples.
//!
//! # Included models
//! - `robot_2dof` (test-only): planar 2-link model with closed-form dynamics.
/// Test-only 2-DoF planar robot implementation and checks.
/// Re-export test-only 2-DoF robot symbols for internal test modules.
pub use *;