4 lines
75 B
Python
4 lines
75 B
Python
from pathlib import Path
|
|
|
|
ASSETS = Path(__file__).parent.parent / "assets"
|
from pathlib import Path
|
|
|
|
ASSETS = Path(__file__).parent.parent / "assets"
|