from cryptography_s_des_exploring.cli import cli def main(): cli() if __name__ == "__main__": main()