feat: add track classes
This commit is contained in:
5
src/utils.py
Normal file
5
src/utils.py
Normal 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)))
|
||||
Reference in New Issue
Block a user