from foo_bar import hello_world def main() -> None: print(hello_world()) if __name__ == "__main__": main()