2021-11-09 22:32:12 +05:00

11 lines
169 B
Plaintext

-- @include ./base.txt
require("./base.txt")
CVT = class("CVT")
function CVT:initialize(options)
options = options or {}
self.base = Gearbox:new(options)
end