From 051f7f2abde5b0db3c0ef738c2581eb8e5ec9cca Mon Sep 17 00:00:00 2001 From: CPD Date: Tue, 4 Mar 2025 18:05:59 +0100 Subject: [PATCH] Add init --- app/__init__.py | 0 app/ui/__init__.py | 0 app/ui/widgets/__init__.py | 0 app/utility/__init__.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/__init__.py create mode 100644 app/ui/__init__.py create mode 100644 app/ui/widgets/__init__.py create mode 100644 app/utility/__init__.py diff --git a/app/__init__.py b/app/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/app/ui/__init__.py b/app/ui/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/app/ui/widgets/__init__.py b/app/ui/widgets/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/app/utility/__init__.py b/app/utility/__init__.py new file mode 100644 index 0000000..e69de29