format and fix
This commit is contained in:
parent
9c76d0f159
commit
a6f36ca6f9
6 changed files with 11 additions and 6 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
import sys
|
||||
|
||||
if __name__ == '__main__':
|
||||
from .cli import marvin_sw_text_adventure.game import game
|
||||
if __name__ == "__main__":
|
||||
from marvin_sw_text_adventure.game import game
|
||||
|
||||
sys.exit(game())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue