mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Attempts to fix incompatibilities in save files across builds. The idea is to try and handle the incompatibility as graceful as possible, and adding more "incompatibility fixes" in the future.
4 lines
83 B
Python
4 lines
83 B
Python
from .game import Game
|
|
from .version import VERSION
|
|
from .migrator import Migrator
|