PyQt/Test/C和C++扩展/py转pyd/pydmod.py

16 lines
229 B
Python
Raw Permalink Normal View History

2018-09-25 23:20:03 +08:00
#!/usr/bin/env python
# -*- coding: utf-8 -*-
2021-07-13 14:52:26 +08:00
"""
Created on 2018年5月6日
@author: Irony
@site: https://pyqt.site , https://github.com/PyQt5
@email: 892768447@qq.com
@file:
@description:
"""
2018-09-25 23:20:03 +08:00
def sum(x, y):
return x + y