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,9 +2,10 @@ from __future__ import annotations
from typing import List
from pydantic import BaseModel
from dataclasses import dataclass
class Link(BaseModel):
@dataclass
class Link:
label: str
url: str