This commit is contained in:
Waylon Walker 2023-05-15 11:37:32 -05:00
commit f3e79af444
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
22 changed files with 1798 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# SPDX-FileCopyrightText: 2023-present Waylon S. Walker <waylon@waylonwalker.com>
#
# SPDX-License-Identifier: MIT
import sys
if __name__ == '__main__':
from .cli import marvin_sw_text_adventure.game import game
sys.exit(game())