dcs-retribution/game/__init__.py
Raffson 5aed3fbb87
Add migrator
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.
2022-11-19 22:47:33 +01:00

4 lines
83 B
Python

from .game import Game
from .version import VERSION
from .migrator import Migrator