update codebase

This commit is contained in:
2025-04-17 10:57:57 +02:00
parent e685c7b930
commit 759c01380f
37 changed files with 378 additions and 252 deletions

View File

@@ -2,10 +2,11 @@ from __future__ import annotations
from typing import List
from pydantic import BaseModel
from dataclasses import dataclass
class Collection(BaseModel):
@dataclass
class Collection:
id: str
name: str
ordered: bool