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