mirror of
https://github.com/NanjingForestryUniversity/supermachine--tomato-passion_fruit.git
synced 2025-11-09 23:03:58 +00:00
5 lines
79 B
Python
5 lines
79 B
Python
|
|
import pathlib
|
|
|
|
file_path = pathlib.Path(__file__)
|
|
ROOT_DIR = file_path.parent |