Skip to content

Commit

Permalink
Update engima
Browse files Browse the repository at this point in the history
  • Loading branch information
WarpWing committed Apr 5, 2024
1 parent f0f2eb8 commit 9a97258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engima
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ print(Fore.RED) #Declares default color. Will add multiple colors soon!
# GUI Logic
def mainConsole():
# GUI Logic
menu = ConsoleMenu("MultipassSimplified v1.0", "A Python TUI Interface for the Multipass VM System by WarpWing")
menu = ConsoleMenu("MultipassSimplified v1.1", "A Python TUI Interface for the Multipass VM System by Ty "WarpWing" Chermsirivatana.")
# Command Logic
launchMP = FunctionItem("Create New MP Instance", launchMPI)
shellMP = FunctionItem("Shell into MP Instance",shellMPI)
Expand Down

0 comments on commit 9a97258

Please sign in to comment.