chore(calc)!: api changes

- `PlayResults` -> `PlayResult`
- remove expose of `world_step` from `calculate.__init__`
This commit is contained in:
2023-09-20 00:20:32 +08:00
parent 2c73570a65
commit 0c292fc3be
2 changed files with 13 additions and 18 deletions

View File

@ -6,8 +6,3 @@ from .score import (
calculate_score_range,
calculate_shiny_pure,
)
from .world_step import (
calculate_play_rating_from_step,
calculate_step,
calculate_step_original,
)