mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-23 11:04:04 +02:00
5 lines
91 B
Python
5 lines
91 B
Python
import os
|
|
from pathlib import Path
|
|
|
|
ROOT_DIR=Path(os.path.abspath(__file__)).parent.parent
|