diff --git a/octosuite/helper.py b/octosuite/helper.py index 9c0c10e..33c1afc 100644 --- a/octosuite/helper.py +++ b/octosuite/helper.py @@ -1,6 +1,6 @@ from rich.table import Table from rich import print as xprint -from octosuite.colors import white, green, white_bold, green_bold, header_title, reset +from octosuite.config import white, green, white_bold, green_bold, header_title, reset # helper.py # This file holds the help text for available commands.