Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 216 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 216 Bytes

helper_tools

如何import

1. 将helper文件夹的父级目录加入sys.path中

    sys.path.append("FATHER_PATH/helper/../")

2. 导入便携工具库helper

    from helper import *