mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
6 lines
86 B
Python
6 lines
86 B
Python
|
|
"""Admin stats routes (compat export)."""
|
||
|
|
|
||
|
|
from . import router
|
||
|
|
|
||
|
|
__all__ = ["router"]
|