chore: rename database external arcaea parsers

This commit is contained in:
2024-09-27 18:35:20 +08:00
parent 864f524e68
commit bb163ad78d
3 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@ from .common import fix_timestamp
logger = logging.getLogger(__name__)
class St3Parser:
class ArcaeaSt3Parser:
@classmethod
@overload
def parse(cls, db: sqlite3.Connection) -> List[PlayResult]: ...