forked from izaya/OC-PsychOS2
13 lines
148 B
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
|