feat(external): Online parser

This commit is contained in:
2023-10-18 01:08:48 +08:00
parent 62c85e9e82
commit 24d46e4615
3 changed files with 106 additions and 0 deletions

View File

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