示例#1
0
def main():
    module.hello()
示例#2
0
from sample_package.module import hello

hello()