Initial: Standalone mixer app with MixerPage, scene management, WS proxy
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
from typing import Optional
|
||||
|
||||
from rich.console import RenderableType
|
||||
|
||||
from .base import BaseStyle
|
||||
|
||||
|
||||
class MinimalStyle(BaseStyle):
|
||||
def render_context_enter(self) -> Optional[RenderableType]:
|
||||
return None
|
||||
|
||||
def render_context_exit(self) -> Optional[RenderableType]:
|
||||
return None
|
||||
Reference in New Issue
Block a user