Python Petstore Models
Python Protocol types with type hints generated from OpenAPI schema definitions
pet.py
Pet model with status, tags, and category
user.py
User model with authentication details
order.py
Store order model with status and dates
category.py
Pet category classification
tag.py
Pet tag for classification
api_response.py
Standard API response wrapper