mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-06 11:39:36 +00:00
9 lines
180 B
Lua
9 lines
180 B
Lua
--- Thread ranking facade for forum_forge
|
|
--- Re-exports single-function modules for backward compatibility
|
|
|
|
local M = {}
|
|
|
|
M.rank_thread = require("rank_thread")
|
|
|
|
return M
|