PyQt/Test/自动更新/mylibs/testlibs.py

20 lines
303 B
Python
Raw Normal View History

2017-12-12 00:47:29 +08:00
#!/usr/bin/env python
# -*- coding: utf-8 -*-
2021-07-13 14:52:26 +08:00
"""
2017-12-12 00:47:29 +08:00
Created on 2017年5月7日
2021-07-13 14:52:26 +08:00
@author: Irony
@site: https://pyqt.site , https://github.com/PyQt5
2017-12-12 00:47:29 +08:00
@email: 892768447@qq.com
@file: 自动更新.mylibs.testlibs
@description:
2021-07-13 14:52:26 +08:00
"""
2017-12-12 00:47:29 +08:00
def version():
return "0.0.1"
def test():
print("version: 0.0.1")