mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Eager loading meant that users would need to restart Liberation to pick up changes to faction files. That's annoying for modders, slows down start up, and uselessly sits in RAM when it's not needed after game creation. Also removes the __getitem__ and __iter__ methods in favor of named methods, since the dunder methods are more or less impenetrable for IDEs and grep.
2 lines
29 B
Python
2 lines
29 B
Python
from .faction import Faction
|