def main(): print("Hello from unified-python!") if __name__ == "__main__": main()