This commit is contained in:
2023-11-26 13:12:14 +01:00
parent e007d98985
commit 2142785618
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