feat: add track classes

This commit is contained in:
2025-10-18 01:32:04 +02:00
parent e154a1fde9
commit da8c64624f
3 changed files with 79 additions and 0 deletions

5
src/utils.py Normal file
View File

@@ -0,0 +1,5 @@
import os
from pathlib import Path
ROOT = Path(os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir)))