Files
M5Stack_Linux_Libs/examples/c_periphery_example/Sconstruct
T
dianjixz 49df8c5def [init]
2024-04-10 12:21:46 +08:00

4 lines
132 B
Python

from pathlib import Path
import os
with open(str(Path(os.getcwd())/'..'/'..'/'tools'/'scons'/'project.py')) as f:
exec(f.read())