4 lines
77 B
Python
4 lines
77 B
Python
|
|
from pathlib import Path
|
|
|
|
RESOURCES_DIR = Path(__file__).parent /'resources' |