This repository has been archived on 2025-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
2025-01-09 23:01:07 +01:00

9 lines
125 B
Python

from pydantic import BaseModel
class Cover(BaseModel):
name: str
logo: str | None
vid: str | None
ref: str