feat: add models final part 5

This commit is contained in:
firedotguy
2026-02-07 17:23:42 +03:00
parent f33ed4f76a
commit 506e6a5d09
10 changed files with 189 additions and 57 deletions

6
itd/models/pin.py Normal file
View File

@@ -0,0 +1,6 @@
from pydantic import BaseModel
class Pin(BaseModel):
slug: str
name: str
description: str