def main(): print("Hey this is the cli application") if __name__ == "__main__": main()