This commit is contained in:
Jonas Zeunert
2020-03-11 21:50:51 +01:00
parent f06ffcad44
commit 67884a4120

View File

@@ -8,7 +8,7 @@ from factories.GameFactory import GameFactory
def main():
args = parseCommandLine()
game = createGame(args)
game.run()
await game.run()
def parseCommandLine():
parser = argparse.ArgumentParser(description='A game for the flippR')