예제 #1
0
def main():
    module.hello()
예제 #2
0
from sample_package.module import hello

hello()