starter/lua/mj/mj.lua

6 lines
72 B
Lua
Raw Normal View History

2024-06-07 02:44:06 +08:00
local M = {}
M.alternate_file = require("mj.alternate_file")
return M