await
This commit is contained in:
@@ -8,7 +8,7 @@ from factories.GameFactory import GameFactory
|
|||||||
def main():
|
def main():
|
||||||
args = parseCommandLine()
|
args = parseCommandLine()
|
||||||
game = createGame(args)
|
game = createGame(args)
|
||||||
game.run()
|
await game.run()
|
||||||
|
|
||||||
def parseCommandLine():
|
def parseCommandLine():
|
||||||
parser = argparse.ArgumentParser(description='A game for the flippR')
|
parser = argparse.ArgumentParser(description='A game for the flippR')
|
||||||
|
|||||||
Reference in New Issue
Block a user