def main(): print("Hello from new!") if __name__ == "__main__": main()