Files
dianjixz 7b3db295a4 [update]
- add smidjson_component
- SConstruct_tool add new api
2024-11-25 11:13:59 +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())