module RelatonNist module Config include RelatonBib::Config end extend Config class Configuration < RelatonBib::Configuration PROGNAME = "relaton-nist".freeze end end