4 lines
98 B
Python
4 lines
98 B
Python
from pathlib import Path
|
|
|
|
NACCESS_CONFIG = Path(Path(__file__).parents[0], "data/naccess.config")
|