dcs-retribution/game/db/__init__.py
Dan Albert cba68549d8 Add a UUID -> Flight database to Game.
This will be expanded with other types as needed.
2022-02-19 12:57:41 -08:00

3 lines
58 B
Python

from .database import Database
from .gamedb import GameDb