when im writing this command
python checktop50.py replay-osu_979155_4355076974.osr -a
it gives me this error
Traceback (most recent call last):
File "D:\Kamil\dontsteal-latest_branch\dontsteal-latest_branch\checktop50.py", line 5, in
import dontsteal
File "D:\Kamil\dontsteal-latest_branch\dontsteal-latest_branch\dontsteal.py", line 4, in
from osrparse.replay import parse_replay_file
ImportError: cannot import name 'parse_replay_file' from 'osrparse.replay' (C:\Users\kamil\AppData\Local\Programs\Python\Python310\lib\site-packages\osrparse\replay.py)