Files
shatranj/slow/__init__.py

4 lines
139 B
Python
Raw Normal View History

2026-01-15 16:06:25 +03:30
from .slow import JSONAPI, App, HTTPResponse, JSONResponse, render
__all__ = ["JSONAPI", "App", "HTTPResponse", "JSONResponse", "render"]