def main():
    module.hello()
Exemple #2
0
from sample_package.module import hello

hello()