Files
SlowAPI/slow/__init__.py
2026-01-14 11:45:36 +00:00

5 lines
140 B
Python

from .slow import JSONAPI, App, HTTPResponse, JSONResponse, render
__all__ = ["JSONAPI", "App", "HTTPResponse", "JSONResponse", "render"]