format and fix
This commit is contained in:
parent
9c76d0f159
commit
a6f36ca6f9
6 changed files with 11 additions and 6 deletions
|
|
@ -1,4 +1,3 @@
|
|||
from rich.console import Console
|
||||
import typer
|
||||
|
||||
from marvin_sw_text_adventure.cli.common import verbose_callback
|
||||
|
|
@ -27,5 +26,6 @@ def run(
|
|||
),
|
||||
):
|
||||
from marvin_sw_text_adventure.console import console
|
||||
|
||||
console.log("Starting game")
|
||||
game_run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue