fix: St3ScoreParser

This commit is contained in:
2023-08-26 01:33:38 +08:00
parent de8efbeaf1
commit 5744aad8b6
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
from .packlist import PacklistParser
from .songlist import SonglistDifficultiesParser, SonglistParser
from .st3 import St3ScoreParser