You've already forked request-coalescing-py
mirror of
https://github.com/hexolan/request-coalescing-py.git
synced 2026-03-26 18:21:16 +00:00
6 lines
81 B
Python
6 lines
81 B
Python
from pydantic import BaseModel
|
|
|
|
|
|
class Item(BaseModel):
|
|
id: int
|
|
name: str |