- Add Python FastAPI backend with Pydantic validation - Port WhiskClient and MetaAIClient to Python - Create API routers for all endpoints - Add Swagger/ReDoc documentation at /docs - Update Dockerfile for multi-service container - Add lib/api.ts frontend client - Update README for V3
3 lines
66 B
Python
3 lines
66 B
Python
# Models package
|
|
from .requests import *
|
|
from .responses import *
|