From 873c4fb799ceb675880902fa021c3538a10f463c Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Mon, 12 Feb 2024 18:34:18 +0100 Subject: [PATCH] Create __init__.py Avoid this crash if the python script is executed: ``` Traceback (most recent call last): File "/home/mte90/Desktop/kde/goldwarden/gui/goldwarden_ui_main.py", line 2, in import src.linux.main as linux_main ModuleNotFoundError: No module named 'src.linux' ``` --- gui/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 gui/__init__.py diff --git a/gui/__init__.py b/gui/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gui/__init__.py @@ -0,0 +1 @@ +