diff --git a/octosuite.egg-info/entry_points.txt b/octosuite.egg-info/entry_points.txt new file mode 100644 index 0000000..ef7d5ff --- /dev/null +++ b/octosuite.egg-info/entry_points.txt @@ -0,0 +1,2 @@ +[console_scripts] +octosuite = octosuite.main:octosuite diff --git a/octosuite/colors.py b/octosuite/colors.py index e3bfd8e..487ff93 100644 --- a/octosuite/colors.py +++ b/octosuite/colors.py @@ -1,6 +1,6 @@ import psutil import platform -from richt.tree import Tree +from rich.tree import Tree from datetime import datetime