如何創建自己的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
相關文章
相關標籤/搜索