home · contact · privacy
Refactor and extend new library.
[plomrogue2-experiments] / new / example_server.py
index fea2f687238c8c2f19176e2a6f29ad9e79fa50b4..c078d888a15bc3438fe4b0a11e71c81781ebff9e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 import sys
 import os
-from plomrogue import Game
+from plomrogue.game import Game
 
 if len(sys.argv) != 2:
     print('wrong number of arguments, expected one (game file)')