Renamed settings folder; hyphenated event names
This commit is contained in:
14
src/libs/dto/event.py
Normal file
14
src/libs/dto/event.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# Python imports
|
||||
from dataclasses import dataclass, field
|
||||
|
||||
# Lib imports
|
||||
|
||||
# Application imports
|
||||
|
||||
|
||||
|
||||
@dataclass
|
||||
class Event:
|
||||
topic: str
|
||||
content: str
|
||||
raw_content: str
|
Reference in New Issue
Block a user