module DocMachine module Scaffolder class Config def initialize(@parent : DocMachine::Config) end end end end