Add cv_gtk3 package.

This commit is contained in:
luxick
2018-02-17 15:12:59 +01:00
parent 17e3e0ffe4
commit f1485db748
82 changed files with 2911 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
class Handlers:
"""
Class containing all signal handlers for the GTK GUI
"""
def __init__(self, app):
"""
Initialize handler class
:param app: reference to an CardvaultGTK object
"""
self.app = app