Allow selecting non-viable actions with arrow keys (tab still takes one to the next...
[naja.git] / run_game.py
1 #! /usr/bin/env python
2
3 import naja.__main__
4 if __name__ == "__main__":
5     naja.__main__.main()