Refactored python code in order to make PyInstaller output runnable
cli.py is gone, replaced by device_identifier_server.py. The CLI stuff still resides within the package. We added the stuff that we actually need when running the electron app together with the device-identifier to device_identifier_server.py. It only uses the stuff from commands.py, therefore it does not have any weird behavior regarding Click functionality
Some global paths were renamed. The definition is now in one central location, which makes for more clarity IMO
Some metadata were changed to reflect the module name changes
Refactored python code in order to make PyInstaller output runnable
device_identifier_server.py
. The CLI stuff still resides within the package. We added the stuff that we actually need when running the electron app together with the device-identifier todevice_identifier_server.py
. It only uses the stuff fromcommands.py
, therefore it does not have any weird behavior regarding Click functionality