Files
niri-ai-sidebar/message_widget.py
2025-10-24 20:12:51 +02:00

9 lines
239 B
Python

"""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.")