use risc0_zkvm::{get_prover_server, ExecutorEnv, ExecutorImpl, ProverOpts, ProverServer, Receipt};
/// Creates a new risc0 executor environment from the provided inputs, it hadles setting up the execution env in the same way across types of provers.
/// Since the cli and the node both produce proofs there is a need for a central prover configuration.