1
0
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:
Athanasius 2021-04-03 10:14:38 +01:00
parent f2b89691c6
commit ee9565564b

1
data.py Normal file
View File

@ -0,0 +1 @@
"""Static data."""