1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-18 09:57:40 +03:00

2 Commits

Author SHA1 Message Date
Athanasius
5d289454a9 Move commodity.py bracketmap into data.py 2021-04-12 08:31:46 +01:00
Athanasius
ee9565564b Add new data.py file to hold all static data.
The aim here is to avoid static data in modules that contain code.  Why?
So that we can avoid some potential import loops when the 'inner' module
only wants static data but is already imported by the 'outer' module for
code purposes.
2021-04-12 08:31:46 +01:00