clan_vm_manager: Extracted VMObject to own component

This commit is contained in:
Qubasa
2024-03-04 12:38:20 +07:00
parent 72c3f15fcc
commit 1d72e4baa7
5 changed files with 316 additions and 305 deletions

View File

@@ -8,8 +8,9 @@ from clan_cli import history, machines
from clan_cli.clan_uri import ClanURI
from clan_vm_manager.components.interfaces import ClanConfig
from clan_vm_manager.components.vmobj import VMObject
from clan_vm_manager.singletons.use_join import JoinList, JoinValue
from clan_vm_manager.singletons.use_vms import ClanStore, VMObject, VMStore
from clan_vm_manager.singletons.use_vms import ClanStore, VMStore
gi.require_version("Adw", "1")
from gi.repository import Adw, Gdk, Gio, GLib, GObject, Gtk