Update colors.py

This commit is contained in:
Richard Mwewa
2022-11-25 01:30:48 +02:00
committed by GitHub
parent b30ad16719
commit c53ab2a00b

View File

@@ -4,15 +4,6 @@ from richt.tree import Tree
from datetime import datetime
# This file is responsible for enabling/disabling colors in OctoSuite
# This file gets called first at start up before any other file gets called
# colors.py is the reason why users get to choose whether to enable/disable colors
# delete this file, the entire program breaks
import psutil
import platform
from datetime import datetime
# This file is responsible for enabling/disabling colors in OctoSuite
# This file gets called first at start up before any other file gets called
# colors.py is the reason why users get to choose whether to enable/disable colors