mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
8 lines
149 B
Lua
8 lines
149 B
Lua
--- Module redirect
|
|
--- DEPRECATED: Use stats instead
|
|
---@module stats
|
|
---@deprecated
|
|
|
|
-- Main entry point for stats module
|
|
return require("stats")
|