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