mirror of
https://github.com/NanjingForestryUniversity/supermachine--tomato-passion_fruit.git
synced 2025-11-08 22:34:00 +00:00
4 lines
78 B
Python
4 lines
78 B
Python
import pathlib
|
|
|
|
file_path = pathlib.Path(__file__)
|
|
ROOT_DIR = file_path.parent |