supermachine-wood/root_dir.py
2023-03-26 17:00:52 +08:00

12 lines
184 B
Python

# -*- 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