Facebook
From Er, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 143
  1. from enum import Enum
  2.  
  3. class Direction(Enum):
  4.     GORA = 0 #0 stopni
  5.     PRAWO = 1 #90 stopni
  6.     DOL = 2 #180 stopni
  7.     LEWO = 3 # 270