Update misc.lua to initialize the modpol.util table

This commit is contained in:
Nathan Schneider 2021-12-21 23:45:25 +00:00
parent 1e81b830c4
commit 956f9a2635

View File

@ -1,3 +1,5 @@
modpol.util = {}
--- @function modpol.copy_table
-- Returns a copy of the table inputted
function modpol.util.copy_table(t)