python 所有文件堆在一个目录下
项目模块化:from your_file import function_name, class_name 的方式调用node2:/root/python3/20200814#cat utils.py def get_sum(a, b): return a + bnode2:/root/python3/20200814#cat class_utils.py class Encoder(object): def encode(self, s): retur.