OC-PsychOS2/lib/tsar.lua

13 lines
148 B
Lua

local tsar = package.loaded.tsar or {}
function tsar.extract(fd, path, ...)
end
function tsar.create(paths, fd)
end
function tsar.list(fd)
end