basic feed rebuilding
This commit is contained in:
parent
4ab05c9000
commit
6add19c288
17 changed files with 772 additions and 69 deletions
12
repub/items.py
Normal file
12
repub/items.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
from dataclasses import dataclass
|
||||
from typing import Any
|
||||
|
||||
|
||||
@dataclass
|
||||
class ElementItem:
|
||||
el: Any
|
||||
|
||||
|
||||
@dataclass
|
||||
class ChannelElementItem:
|
||||
el: Any
|
||||
Loading…
Add table
Add a link
Reference in a new issue