5 lines
86 B
Python
5 lines
86 B
Python
from pathlib import Path
|
|
|
|
path: Path = Path("./assets/sound")
|
|
|
|
from .Game import Game
|