chore(calc): split calculate module

This commit is contained in:
2023-09-18 07:58:35 +08:00
parent c909886902
commit c6014bd1b6
3 changed files with 26 additions and 23 deletions

View File

@ -0,0 +1,2 @@
from .b30 import calculate_b30, get_b30_calculated_list
from .score import calculate_potential, calculate_score_range, calculate_shiny_pure