supermachine-wood/root_dir.py

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