from . import bar def main(): print("Hello, pyzipper") bar.run() if __name__ == "__main__": main()