From ad91a6d5802f3b7dee91a4a60878bba91aa47efe Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Sat, 9 Jan 2021 13:08:24 +0100 Subject: [PATCH] [app] add ui sub package for user interfaces --- nixview/ui/__init__.py | 0 nixview/{ => ui}/central_widget.py | 0 nixview/{ => ui}/main_window.py | 0 nixview/{ => ui}/plot_screen.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 nixview/ui/__init__.py rename nixview/{ => ui}/central_widget.py (100%) rename nixview/{ => ui}/main_window.py (100%) rename nixview/{ => ui}/plot_screen.py (100%) diff --git a/nixview/ui/__init__.py b/nixview/ui/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/nixview/central_widget.py b/nixview/ui/central_widget.py similarity index 100% rename from nixview/central_widget.py rename to nixview/ui/central_widget.py diff --git a/nixview/main_window.py b/nixview/ui/main_window.py similarity index 100% rename from nixview/main_window.py rename to nixview/ui/main_window.py diff --git a/nixview/plot_screen.py b/nixview/ui/plot_screen.py similarity index 100% rename from nixview/plot_screen.py rename to nixview/ui/plot_screen.py