feat: rename rust lib
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ mod perf_attrs;
|
||||
mod strains;
|
||||
|
||||
#[pymodule]
|
||||
fn rosu_pp_py(py: Python<'_>, m: &PyModule) -> PyResult<()> {
|
||||
fn akatsuki_pp_py(py: Python<'_>, m: &PyModule) -> PyResult<()> {
|
||||
m.add_class::<PyBeatmap>()?;
|
||||
m.add_class::<PyCalculator>()?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user