index
:
cameltris.git
main
Free NES tetris clone
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cameltris
/
misc.py
blob: 8960e4bc4ecb028235154f22dfc27d62fd18cdff (
plain
)
1
2
3
4
5
6
class Pause(Exception): pass class UnPause(Exception): pass