Hacker News new | ask | show | jobs
by padjo 332 days ago
Python has reasonably good types these days. If you were to use pydantic to Marshall stuff from the API and then put type annotations on every method below that it would be pretty bulletproof.