Files
SlowAPI/slow/__init__.py

5 lines
140 B
Python
Raw Normal View History

2026-01-14 11:45:36 +00:00
from .slow import JSONAPI, App, HTTPResponse, JSONResponse, render
__all__ = ["JSONAPI", "App", "HTTPResponse", "JSONResponse", "render"]