Initial: Standalone mixer app with MixerPage, scene management, WS proxy
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from .element import Element
|
||||
|
||||
|
||||
class Spacer(Element):
|
||||
focusable = False
|
||||
Reference in New Issue
Block a user