-rates = {
- 'uphill': { 'rate': 4, 'direction': '↑' },
- 'flat': { 'rate': 6, 'direction': '→' }, # or downhill on foot
- 'downhill': { 'rate': 10, 'direction': '↓' },
- 'bushwhacking': { 'rate': 2, 'direction': '↹' },
+RATES = {
+ 'uphill': {'rate': 4, 'direction': '↑'},
+ 'flat': {'rate': 6, 'direction': '→'}, # or downhill on foot
+ 'downhill': {'rate': 10, 'direction': '↓'},
+ 'bushwhacking': {'rate': 2, 'direction': '↹'},