Index: simulator.py =================================================================== diff -u -rd711fdaf5fdcd83ec84ec7a05965768429483c29 -r5a49d1f14c8b245c24397e86954db17a4144f897 --- simulator.py (.../simulator.py) (revision d711fdaf5fdcd83ec84ec7a05965768429483c29) +++ simulator.py (.../simulator.py) (revision 5a49d1f14c8b245c24397e86954db17a4144f897) @@ -2,6 +2,9 @@ the main function to load the main simulator loader widget """ + +print("\nStarting the simulator...") + import sys from PySide2 import QtCore, QtWidgets from engine.engine import Engine