move tja to parsers folder

This commit is contained in:
Anthony Samms
2026-01-12 09:08:01 -05:00
parent 183eb75bba
commit ea9d135741
9 changed files with 8 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ from libs.config import get_config
from libs.global_data import PlayerNum, ScoreMethod
from libs.screen import Screen
from libs.song_hash import DB_VERSION
from libs.tja import TJAParser
from libs.parsers.tja import TJAParser
from libs.utils import (
force_dedicated_gpu,
get_current_ms,