Ejemplo n.º 1
0
def main():
    module.hello()
Ejemplo n.º 2
0
from sample_package.module import hello

hello()