Initial Commit

This commit is contained in:
0880
2026-01-15 16:06:25 +03:30
parent c299d35451
commit b3547ecdd9
5 changed files with 540 additions and 1 deletions

3
slow/__init__.py Normal file
View File

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