mirror of
https://github.com/NanjingForestryUniversity/tobacoo-industry.git
synced 2025-11-08 22:33:52 +00:00
11 lines
181 B
Python
Executable File
11 lines
181 B
Python
Executable File
# -*- codeing = utf-8 -*-
|
|
# Time : 2022/6/18 9:32
|
|
# @Auther : zhouchao
|
|
# @File: root_dir.py
|
|
# @Software:PyCharm
|
|
import os.path
|
|
import sys
|
|
|
|
ROOT_DIR = os.path.split(sys.argv[0])[0]
|
|
|