🎨 Using absolute imports

This commit is contained in:
GeoffreyCoulaud
2023-05-19 20:40:33 +02:00
parent 56c110ffa2
commit a176b33241
18 changed files with 59 additions and 70 deletions

View File

@@ -27,7 +27,7 @@ from time import time
from gi.repository import Adw, Gio, Gtk
from . import shared
from .game_cover import GameCover
from cartridges.game_cover import GameCover
@Gtk.Template(resource_path="/hu/kramo/Cartridges/gtk/game.ui")