optimizations
This commit is contained in:
parent
e4ea8d6ffc
commit
b307383f52
9 changed files with 33 additions and 10315 deletions
|
|
@ -154,7 +154,7 @@ impl Lyagushka {
|
|||
}
|
||||
|
||||
#[pymodule]
|
||||
fn lyagushka(_py: Python, m: &PyModule) -> PyResult<()> {
|
||||
fn lyagushka(m: &Bound<'_, PyModule>) -> PyResult<()> {
|
||||
m.add_class::<Lyagushka>()?;
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue