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