from enum import Enum class Direction(Enum): GORA = 0 #0 stopni PRAWO = 1 #90 stopni DOL = 2 #180 stopni LEWO = 3 # 270