index
:
splitscreen-duo
main
screen-orienting
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
splitscreen_duo
/
command.py
blob: df70b93cad00c68699e8ba934edacac68e193871 (
plain
) (
blame
)
1
2
3
4
5
6
7
from
enum
import
Enum
class
Command
(
Enum
):
QUIT
=
0
SELECT_GAME
=
1
SCORE
=
2