docmachine-cli/src/config.cr

11 lines
109 B
Crystal
Raw Normal View History

2023-03-25 19:40:52 +00:00
module DocMachine
class Config
property verbose : Bool = false
def initialize
end
end
end