2020-08-01 14:38:09 -04:00

14 lines
332 B
Python

import gi
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk, Gdk, GLib
from KlippyGtk import KlippyGtk
from KlippyGcodes import KlippyGcodes
from panels.screen_panel import ScreenPanel
class ExamplePanel(ScreenPanel):
def initialize(self, panel_name):
# Create gtk items here
return