1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 01:00:42 +03:00
2021-04-12 08:31:46 +01:00

14 lines
253 B
Python

"""
Static data.
For easy reference any variable should be prefixed with the name of the file it
was either in originally, or where the primary code utilising it is.
"""
commodity_bracketmap = {
0: '',
1: 'Low',
2: 'Med',
3: 'High',
}