如何创建自己的python包

  __init__.py文件: from hqhml import * math1.py文件: #-*- coding:utf8 -*- def concat(x,y): return x+y   setup.py文件: #-*- coding:utf8 -*- from distutils.core import setup setup( name='hqhml', versio
相关文章
相关标签/搜索