2019-10-04 15:27:41 +00:00
|
|
|
# Automatically generated by pb2py
|
|
|
|
# fmt: off
|
2019-10-02 12:40:25 +00:00
|
|
|
if False:
|
|
|
|
from typing_extensions import Literal
|
|
|
|
|
|
|
|
UP = 0 # type: Literal[0]
|
|
|
|
DOWN = 1 # type: Literal[1]
|
|
|
|
LEFT = 2 # type: Literal[2]
|
|
|
|
RIGHT = 3 # type: Literal[3]
|