initial commit
This commit is contained in:
6
libraries/FastLED/ci/util/paths.py
Normal file
6
libraries/FastLED/ci/util/paths.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
_HERE = Path(__file__).resolve().parent
|
||||
PROJECT_ROOT = _HERE.parent.parent
|
||||
BUILD = PROJECT_ROOT / ".build"
|
||||
Reference in New Issue
Block a user