mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-29 00:05:01 +00:00
9 lines
236 B
Lua
9 lines
236 B
Lua
--- Module redirect
|
|
--- DEPRECATED: Use transfer.init instead
|
|
---@module transfer
|
|
---@deprecated
|
|
|
|
-- Transfer module redirect
|
|
-- Functions split into transfer/ directory for 1-function-per-file pattern
|
|
return require("transfer.init")
|