From f3b90f2e6d7c2393cdf23509af31acebde965271 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 23 Dec 2022 14:07:12 +0200 Subject: [PATCH] Update octosuite.py --- octosuite/octosuite.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/octosuite/octosuite.py b/octosuite/octosuite.py index a49820f..4a1b0a9 100644 --- a/octosuite/octosuite.py +++ b/octosuite/octosuite.py @@ -13,8 +13,9 @@ from rich.table import Table from datetime import datetime # from pyreadline3 import Readline from rich import print as xprint -from octosuite.banners import version_tag, ascii_banner -from octosuite.colors import red, white, green, header_title, reset +from octosuite.config import * +from octosuite.banner import version_tag, banner +from octosuite.config import red, white, green, header_title, reset from octosuite.message_prefixes import ERROR, WARNING, PROMPT, POSITIVE, NEGATIVE, INFO # wondering why I name all the variables instead of just using the * wildcard?, because it's the pythonic way lol # seriously now, the reason why I am doing this, is so that you know exactly what I am importing from a named module :) from octosuite.helper import help_command, source_command, search_command, user_command, repo_command, \