Update octosuite.py

This commit is contained in:
Richard Mwewa
2022-12-12 15:00:56 +02:00
committed by GitHub
parent 283a92fa84
commit a89596efc2

View File

@@ -13,9 +13,9 @@ from rich.table import Table
from datetime import datetime
# from pyreadline3 import Readline
from rich import print as xprint
from banners import version_tag, ascii_banner
from colors import red, white, green, header_title, reset
from 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
from octosuite.banners import version_tag, ascii_banner
from octosuite.colors 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, \
logs_command, csv_command, org_command, source, org, repo, user, search, logs, csv