This commit is contained in:
Jing Ling
2020-02-20 15:05:46 +08:00
parent 57ddd501b4
commit 5ff1598d82
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -9,10 +9,6 @@ import pathlib
import urllib3
from loguru import logger
# 版本信息
# OneForAll处于开发中,会进行版本快速迭代,请每次在使用前进行更新!
oneforall_version = 'v0.0.8#dev'
# 路径设置
oneforall_relpath = pathlib.Path(__file__).parent # oneforall代码相对路径
oneforall_abspath = oneforall_relpath.resolve() # oneforall代码绝对路径