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