home · contact · privacy
Make curses client capable of websocket _and_ raw tcp connections.
[plomrogue2-experiments] / server_ / game_error.py
1 class GameError(Exception):
2     pass