Added args handler, made IPC singleton

This commit is contained in:
2023-03-27 21:25:54 -05:00
parent ef03030c88
commit b4120bdca4
6 changed files with 28 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ class ControllerStartExceptiom(Exception):
class Window(Gtk.ApplicationWindow):
"""docstring for Window."""
""" docstring for Window. """
def __init__(self, args, unknownargs):
super(Window, self).__init__()