pythonbook/Python 基础教程/package/syu/__init__.py

3 lines
58 B
Python

__all__ = ['module1']
def output():
print('hello syu')