Create GameCover class

This commit is contained in:
kramo
2023-04-11 12:33:42 +02:00
parent 3e495283b0
commit 3c6639ae07
6 changed files with 64 additions and 17 deletions

View File

@@ -22,6 +22,7 @@ cartridges_sources = [
'window.py',
'preferences.py',
'game.py',
'game_cover.py',
'utils/importer.py',
'utils/steamgriddb.py',
'utils/steam_parser.py',