From 4a3ae9929f4657a0f2e9ccf393205655895bb501 Mon Sep 17 00:00:00 2001 From: Gab <24553253+gabrix73@users.noreply.github.com> Date: Sat, 8 Mar 2025 14:59:35 +0100 Subject: Add files via upload --- ui/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ui/__init__.py (limited to 'ui/__init__.py') diff --git a/ui/__init__.py b/ui/__init__.py new file mode 100644 index 0000000..89a4640 --- /dev/null +++ b/ui/__init__.py @@ -0,0 +1,8 @@ +""" +UI package for P2P/Mesh chat application. +Contains chat window and user interface components. +""" + +from .chat_window import ChatWindow + +__all__ = ['ChatWindow'] -- cgit v1.2.3