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