mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-04 02:34:52 +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")
|