PyQt/Test/自定义import/main.py
2021-07-13 14:52:26 +08:00

20 lines
332 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Created on 2018年1月28日
@author: Irony
@site: https://pyqt.site , https://github.com/PyQt5
@email: 892768447@qq.com
@file: main
@description:
"""
# 首先要引入importer
# 测试开始
import test
print(test)
print(dir(test))
print(test.test(1, 5)) # @UndefinedVariable