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