mirror of
https://github.com/NanjingForestryUniversity/supermachine-wood.git
synced 2025-11-08 10:13:53 +00:00
12 lines
184 B
Python
Executable File
12 lines
184 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
"""
|
|
Created on Nov 3 21:18:26 2020
|
|
|
|
@author: l.z.y
|
|
@e-mail: li.zhenye@qq.com
|
|
"""
|
|
import pathlib
|
|
|
|
file_path = pathlib.Path(__file__)
|
|
ROOT_DIR = file_path.parent
|