Add a UUID -> Flight database to Game.

This will be expanded with other types as needed.
This commit is contained in:
Dan Albert
2022-02-19 12:46:29 -08:00
parent ab6f44cb6f
commit cba68549d8
14 changed files with 89 additions and 53 deletions

2
game/db/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .database import Database
from .gamedb import GameDb