feat(python): implement python bindings for all components and solvers
This commit is contained in:
@@ -37,6 +37,7 @@ struct SimpleComponent {
|
||||
}
|
||||
|
||||
impl SimpleComponent {
|
||||
#[allow(clippy::new_ret_no_self)]
|
||||
fn new(name: &str) -> Box<dyn Component> {
|
||||
Box::new(Self {
|
||||
name: name.to_string(),
|
||||
|
||||
Reference in New Issue
Block a user