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