更新算法模版
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
#!/usr/bin/env python
|
||||
# coding=utf-8
|
||||
'''
|
||||
Author: JiangJi
|
||||
Email: johnjim0816@gmail.com
|
||||
Date: 2022-09-19 14:48:16
|
||||
LastEditor: JiangJi
|
||||
LastEditTime: 2022-10-30 00:45:14
|
||||
Discription:
|
||||
'''
|
||||
import sys,os
|
||||
curr_path = os.path.dirname(os.path.abspath(__file__)) # 当前文件所在绝对路径
|
||||
parent_path = os.path.dirname(curr_path) # 父路径
|
||||
|
||||
Reference in New Issue
Block a user