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