mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-16 01:00:42 +03:00
14 lines
253 B
Python
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',
|
|
}
|