Added a table hack

This commit is contained in:
2022-04-24 08:32:58 -07:00
parent b7e3263d85
commit 0d09d5315f
2 changed files with 8 additions and 3 deletions

View File

@ -1,2 +1,7 @@
local P = require("volume/volume")
return P
local F = function(args)
return P:new(args)
end
return F