pub use phoxal_model::robot::ComponentInstance;
pub use phoxal_model::{Clock, Robot, component, simulation, structure};
pub mod robot {
pub use phoxal_model::robot::{
Clock, ComponentInstance, KinematicConfig, MotionLimits, MotionModel, RobotIdentity,
};
}