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