republisher/repub/items.py

13 lines
152 B
Python
Raw Normal View History

2024-04-18 11:57:24 +02:00
from dataclasses import dataclass
from typing import Any
@dataclass
class ElementItem:
el: Any
@dataclass
class ChannelElementItem:
el: Any