All timers moved to GUI

This commit is contained in:
Balthasar Reuter
2018-05-09 00:49:41 +02:00
parent 795ccb34f9
commit 613a4dc6de
3 changed files with 48 additions and 4 deletions

View File

@@ -136,6 +136,13 @@ class AssembleState(GuiState):
super().__init__(**kwargs)
class CountdownState(GuiState):
def __init__(self, **kwargs):
super().__init__(**kwargs)
class PreviewState(MessageState, PictureState):
def __init__(self, **kwargs):