Waiting for assembled picture state added
This commit is contained in:
@@ -129,6 +129,13 @@ class PoseState(GuiState):
|
||||
super().__init__(**kwargs)
|
||||
|
||||
|
||||
class AssembleState(GuiState):
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
|
||||
super().__init__(**kwargs)
|
||||
|
||||
|
||||
class PreviewState(MessageState, PictureState):
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user