games: Add collection object and model

This commit is contained in:
Jamie Gravendeel
2025-12-06 18:03:45 +01:00
parent fa9b94fd80
commit 27b2745c74
4 changed files with 37 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ python.install_sources(
'__init__.py',
'__main__.py',
'application.py',
'collections.py',
'gamepads.py',
'games.py',
),