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

hello()