""" UI package for P2P/Mesh chat application. Contains chat window and user interface components. """ from .chat_window import ChatWindow __all__ = ['ChatWindow']