-- Copyright (c) 2021 Maxim Tuprikov . This code is licensed under MIT license --- Druid settings file -- @module settings -- @local local M = {} M.default_style = nil function M.get_text(name, a, b, c, d, e, f) return "[Druid]: locales not inited" end function M.play_sound(name) end return M