pub fn empty_add( py: Python<'_>, type: &str, radius: f32, align: Alignment, location: [f32; 3], rotation: [f32; 3], scale: [f32; 3], ) -> PyResult<()>