feat: update calculator imports

This commit is contained in:
James
2022-12-27 22:36:47 +00:00
committed by GitHub
parent 13eb39c6fa
commit e40da055b2
+1 -1
View File
@@ -4,7 +4,7 @@ use pyo3::{
types::PyDict,
PyResult,
};
use rosu_pp::{AnyPP, AnyStars, DifficultyAttributes, GameMode};
use akatsuki_pp::{AnyPP, AnyStars, DifficultyAttributes, GameMode};
use crate::{
beatmap::PyBeatmap, diff_attrs::PyDifficultyAttributes, error::KwargsError,