require "./module" module DocMachine class Config property verbosity = ::Log::Severity::Notice def initialize end end end