use crate*;
use SecretStore;
/// From<SecretStore> is an implementation of the EnvType trait.
/// This implementation is used to get the environment type from the secret store.
/// The default environment type is Dev.
/// FromKey<SecretStore, EnvType> is an implementation of the EnvType trait.
/// This implementation is used to get the environment type from the secret store.
/// AsEnvTypeStr is an implementation of the AsEnvTypeStr trait.
/// This implementation is used to get the environment type from the secret store.