Skip to content

Commit

Permalink
Create pipfs_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH committed May 11, 2024
1 parent 7cb06c2 commit cff4fb5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions models/pipfs_model.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# models/pipfs_model.py
from pydantic import BaseModel

class Pipfs(BaseModel):
id: int
name: str
description: str
# ...

0 comments on commit cff4fb5

Please sign in to comment.