starter/lua/mj/mj.lua
2024-06-20 14:52:40 -03:00

5 lines
72 B
Lua

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