index
:
Macpan
master
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
/
direction.py
blob: 2ee3ba1f533f47fc1be5052c0493a85f4d375fab (
plain
)
1
2
3
4
5
6
7
from
enum
import
Enum
class
DIRECTION
(
Enum
):
RIGHT
=
0
DOWN
=
1
LEFT
=
2
UP
=
3