optimizations

This commit is contained in:
randogoth 2025-01-09 19:32:35 +02:00
parent e4ea8d6ffc
commit b307383f52
9 changed files with 33 additions and 10315 deletions

View file

@ -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(())
}
}