Start triple pane UI and packages list

This commit is contained in:
heliguy
2024-07-04 19:12:26 -04:00
parent b5e50b0255
commit f595d3cec4
10 changed files with 201 additions and 70 deletions

View File

@@ -26,6 +26,7 @@ gi.require_version("Gtk", "4.0")
gi.require_version("Adw", "1")
from gi.repository import Gtk, Gio, Adw, GLib
from .host_info import HostInfo
from .window import WarehouseWindow
from .const import Config