Files
M5Stack_Linux_Libs/examples/sqlite3_example/SConstruct
T
2024-06-28 18:19:55 +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())