basic feed rebuilding

This commit is contained in:
Abel Luck 2024-04-18 11:57:24 +02:00
parent 4ab05c9000
commit 6add19c288
17 changed files with 772 additions and 69 deletions

12
repub/items.py Normal file
View file

@ -0,0 +1,12 @@
from dataclasses import dataclass
from typing import Any
@dataclass
class ElementItem:
el: Any
@dataclass
class ChannelElementItem:
el: Any