feat(private): initialize private API

This commit is contained in:
MingxuanGame
2025-08-11 14:41:07 +00:00
parent d8c607137a
commit 8acd4578e2
7 changed files with 65 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
from __future__ import annotations
from .router import router as private_router
__all__ = [
"private_router",
]