♻️ Changed shared imports to absolute

This commit is contained in:
GeoffreyCoulaud
2023-05-21 18:11:02 +02:00
parent dd37fda07b
commit f246a73b19
13 changed files with 14 additions and 13 deletions

View File

@@ -19,7 +19,7 @@
from gi.repository import Adw, GLib, Gtk
from . import shared
import src.shared
from .create_dialog import create_dialog
from .game import Game
from .save_cover import resize_cover, save_cover