local M = {} function M.start(width, height) return "\ \ \ \ " end function M.finish() return "" end function M.rect(x, y, width, height, fill) return "" end return M