OC-PsychOS2/lib/tsar.lua

13 lines
148 B
Lua
Raw Normal View History

2020-06-04 06:06:58 +10:00
local tsar = package.loaded.tsar or {}
function tsar.extract(fd, path, ...)
end
function tsar.create(paths, fd)
end
function tsar.list(fd)
end