Files
M5Stack_Linux_Libs/examples/lcd_qrencode_example/SConstruct
T
2024-07-29 09:24:40 +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())