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

5 lines
133 B
Python

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