Files
shatranj/slow/__init__.py
2026-01-15 16:06:25 +03:30

4 lines
139 B
Python

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