def cfg(program, key):
cfg = configparser.SafeConfigParser()
cfg.read(['weak-local.cfg', 'weak.cfg'])
if cfg.has_option(program, key):
return cfg.get(program, key)
return None
# make a butterworth IIR bandpass filter
评论列表
文章目录