All checks were successful
continuous-integration/drone/push Build is passing
13 lines
130 B
Crystal
13 lines
130 B
Crystal
|
|
|
|
require "./module"
|
|
|
|
module DocMachine
|
|
class Config
|
|
|
|
property verbose : Bool = false
|
|
|
|
def initialize
|
|
end
|
|
end
|
|
end
|