SlowAPI Update

This commit is contained in:
0880
2026-01-17 01:59:12 +03:30
parent 6089eb0b21
commit 5119a09c29
2 changed files with 133 additions and 41 deletions

View File

@@ -1,3 +1,11 @@
from .slow import JSONAPI, App, HTTPResponse, JSONResponse, render
from .slow import JSONAPI, App, Headers, HTTPResponse, JSONResponse, Request, render
__all__ = ["JSONAPI", "App", "HTTPResponse", "JSONResponse", "render"]
__all__ = [
"JSONAPI",
"App",
"HTTPResponse",
"JSONResponse",
"render",
"Request",
"Headers",
]