chore: bootstrap project scaffold
This commit is contained in:
8
message_widget.py
Normal file
8
message_widget.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""UI widgets for chat messages."""
|
||||
|
||||
|
||||
class MessageWidget:
|
||||
"""Placeholder message widget to be filled in with GTK constructs."""
|
||||
|
||||
def __init__(self) -> None:
|
||||
raise NotImplementedError("Message widget not implemented yet.")
|
||||
Reference in New Issue
Block a user