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 <module>
import src.linux.main as linux_main
ModuleNotFoundError: No module named 'src.linux'
```
This commit is contained in:
parent
11ad8c4f48
commit
873c4fb799
1 changed files with 1 additions and 0 deletions
1
gui/__init__.py
Normal file
1
gui/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
Loading…
Reference in a new issue