mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 14:54:55 +00:00
11 lines
251 B
Lua
11 lines
251 B
Lua
--- Module redirect
|
|
--- DEPRECATED: Use stats
|
|
stats.init instead
|
|
---@module stats
|
|
---@deprecated
|
|
|
|
-- This file has been split into smaller modules in stats/
|
|
-- Use require("stats") or the individual submodules instead
|
|
|
|
return require("stats.init")
|