Python-With-Gtk-Template/src/libs/dto/event.py

14 lines
175 B
Python

# Python imports
from dataclasses import dataclass, field
# Lib imports
# Application imports
@dataclass
class Event:
topic: str
content: str
raw_content: str