/helper_tools

helper_tools for python

Primary LanguagePython

helper_tools

如何import

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

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

2. 导入便携工具库helper

    from helper import *