@@ -0,0 +1,2 @@
venv
*.pyc
@@ -0,0 +1,3 @@
# Python Gtk Base
--
Base for Gtk Python apps
@@ -0,0 +1,10 @@
import gi
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk
win = Gtk.Window()
win.connect("destroy", Gtk.main_quit)
win.show_all()
Gtk.main()
The note is not visible to the blocked user.