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