--- Druid settings file -- @module settings -- @local local M = {} M.default_style = nil function M.get_text(name, ...) return "[Druid]: locales not inited" end function M.play_sound(name) end return M