mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 01:22:19 +03:00
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.
This commit is contained in:
parent
f2b89691c6
commit
ee9565564b