mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-27 07:14:56 +00:00
11 lines
277 B
Lua
11 lines
277 B
Lua
--- Module redirect
|
|
--- DEPRECATED: Use system.init instead
|
|
---@module system
|
|
---@deprecated
|
|
|
|
-- System administration for supergod
|
|
-- DEPRECATED: This file redirects to system/ directory
|
|
-- Functions are now split into single-function files
|
|
|
|
return require("system.init")
|