added constants for key paths referenced in rest of Python code
This commit is contained in:
9
whereami.py
Normal file
9
whereami.py
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
"""
|
||||||
|
Library of path constants to be used or referenced elsewhere.
|
||||||
|
"""
|
||||||
|
|
||||||
|
from custtypes import ExecutedPath
|
||||||
|
from pathlib import Path
|
||||||
|
|
||||||
|
USER_PATH: ExecutedPath = Path.home()
|
||||||
|
PROJ_ROOT: ExecutedPath = Path(__file__).parent.resolve()
|
||||||
Reference in New Issue
Block a user