mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
8 lines
75 B
Lua
8 lines
75 B
Lua
local M = {}
|
|
|
|
function M.init()
|
|
require("bootstrap").init()
|
|
end
|
|
|
|
return M
|