Import cleanup

This commit is contained in:
2023-01-29 00:06:52 -06:00
parent bd6076b4e7
commit b8306a9c4d
12 changed files with 25 additions and 16 deletions

View File

@@ -1,15 +1,15 @@
# Python imports
# Gtk imports
# Lib imports
import gi
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk
# Application imports
class CoreWidget(Gtk.Box):
def __init__(self):
super(CoreWidget, self).__init__()