mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-24 10:57:39 +03:00
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.
2 lines
19 B
Python
2 lines
19 B
Python
"""Static data."""
|