mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-29 08:14:57 +00:00
11 lines
276 B
Lua
11 lines
276 B
Lua
--- Module redirect
|
|
--- DEPRECATED: Use tenants.init instead
|
|
---@module tenants
|
|
---@deprecated
|
|
|
|
-- Tenant management for Level 5
|
|
-- DEPRECATED: This file redirects to tenants/ directory
|
|
-- Functions are now split into single-function files
|
|
|
|
return require("tenants.init")
|