mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 23:04:57 +00:00
9 lines
216 B
Lua
9 lines
216 B
Lua
--- Module redirect
|
|
--- DEPRECATED: Use gate.init instead
|
|
---@module gate
|
|
---@deprecated
|
|
|
|
-- Gate module redirect
|
|
-- Functions split into gate/ directory for 1-function-per-file pattern
|
|
return require("gate.init")
|