refactor to hatch
This commit is contained in:
parent
37583a4c5f
commit
00a57bc786
33 changed files with 312 additions and 18 deletions
9
creeper_adventure/__main__.py
Normal file
9
creeper_adventure/__main__.py
Normal 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 creeper_adventure
|
||||
|
||||
sys.exit(creeper_adventure())
|
||||
Loading…
Add table
Add a link
Reference in a new issue