1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 11:40:05 +08:00
SpaceVim/lua/spacevim/api.lua

10 lines
65 B
Lua
Raw Normal View History

2019-05-31 21:45:09 +08:00
local api = {}
function api.import(name)
end
return api