gtk.py 74 B

1234
  1. import gi
  2. gi.require_version("Gtk", "3.0")
  3. from gi.repository import Gtk