starter/lua/mj/mj.lua

6 lines
72 B
Lua

local M = {}
M.alternate_file = require("mj.alternate_file")
return M