mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-27 15:24:56 +00:00
9 lines
225 B
Lua
9 lines
225 B
Lua
--- Module redirect
|
|
--- DEPRECATED: Use schemas.init instead
|
|
---@module schemas
|
|
---@deprecated
|
|
|
|
-- Schemas module redirect
|
|
-- This file now redirects to the modular implementation in schemas/
|
|
return require("schemas.init")
|