From a6ca1e3c0c8a96863cbfa405315e2b33d796138d Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 25 Nov 2022 02:50:09 +0200 Subject: [PATCH] Update main.py --- octosuite/main.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/octosuite/main.py b/octosuite/main.py index 64a2af6..915c60c 100644 --- a/octosuite/main.py +++ b/octosuite/main.py @@ -1,8 +1,5 @@ -import logging -from rich import print as xprint +# import everything from the octosuite.py file from octosuite.octosuite import * -from octosuite.log_roller import LogRoller -from octosuite.message_prefixes import MessagePrefix def octosuite():