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