1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-24 10:57:39 +03: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

2 lines
19 B
Python