module DocMachine::Write class Config Log = DocMachine::Write.for("config") property target_directory : String = "." property force : Bool = false def initialize(@parent : DocMachine::Config) end end end