home · contact · privacy
Add default new keybindings in-code and in-file to curses client.
[plomrogue2-experiments] / server_ / game_error.py
1 class GameError(Exception):
2     pass