async
This commit is contained in:
@@ -5,7 +5,7 @@ from factories.NetworkFactory import NetworkFactory
|
|||||||
from factories.GameFactory import GameFactory
|
from factories.GameFactory import GameFactory
|
||||||
|
|
||||||
|
|
||||||
def main():
|
async def main():
|
||||||
args = parseCommandLine()
|
args = parseCommandLine()
|
||||||
game = createGame(args)
|
game = createGame(args)
|
||||||
await game.run()
|
await game.run()
|
||||||
|
|||||||
Reference in New Issue
Block a user