Deploy folkugat web

This commit is contained in:
marc
2025-03-30 20:52:47 +02:00
parent d596861a2e
commit 6962d70468
20 changed files with 182 additions and 1101 deletions

View File

@@ -90,4 +90,10 @@ class Tema:
return link.link_type is LinkType.IMAGE
def score(self) -> Link | None:
return next(filter(self._is_score, self.links), None)
result = next(filter(self._is_score, self.links), None)
return result
class TemaCols(enum.Enum):
NOM = "nom"
COPS_TOCAT = "cops_tocat"