class Config: config = { "isCypher": False, "CypherMethod": "base64" } def getconfig(self, config_name): return self.config[config_name]