format and fix

This commit is contained in:
Waylon Walker 2023-05-18 08:38:50 -05:00
parent 9c76d0f159
commit a6f36ca6f9
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
6 changed files with 11 additions and 6 deletions

View file

@ -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())