games: Add loading of games from disk

This commit is contained in:
Zoey Ahmed
2025-11-28 21:10:06 +00:00
parent a5721e41e7
commit 958558d1b6
9 changed files with 81 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: Copyright 2025 Zoey Ahmed
import gettext
import locale
import signal
@@ -9,6 +12,7 @@ import gi
gi.require_versions({
"Gtk": "4.0",
"Adw": "1",
"Json": "1.0",
})
from gi.repository import Gio