Visual improvements to diverged symbols chart and added log file and help file windows.

This commit is contained in:
Jamie Cash
2021-06-02 16:03:30 +01:00
parent 66cdf47406
commit 1656c6a4d2
6 changed files with 185 additions and 59 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
import os
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
HELP_FILE = fr"{ROOT_DIR}\README.md"
LOG_FILE = fr"{ROOT_DIR}\debug.log"