This commit is contained in:
2023-11-26 13:12:14 +01:00
parent 9580c9591e
commit 530b397592
8 changed files with 15 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
from pydantic import BaseModel, Field
class RepositoryBase(BaseModel):
title: str
description: str | None = None