mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
7 lines
218 B
Lua
7 lines
218 B
Lua
--- This file has been split into smaller modules in editor/
|
|
--- Use require("editor") or the individual submodules instead
|
|
---@module editor
|
|
---@deprecated Use editor.init instead
|
|
|
|
return require("editor.init")
|