diff options
Diffstat (limited to 'src/handler.py')
-rw-r--r-- | src/handler.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/handler.py b/src/handler.py index a8bebe23..5542a7a1 100644 --- a/src/handler.py +++ b/src/handler.py @@ -17,6 +17,8 @@ from singleton import Singleton +#Todo, it's not a singleton. Oh, also, remove-me + class Handler(Singleton): """ This class is the global handler for the software's signals. |