too much
This commit is contained in:
12
pages/scene_control.py
Normal file
12
pages/scene_control.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from nicegui import ui
|
||||
from components import AsyncElement
|
||||
from living_agents import Character
|
||||
|
||||
|
||||
class SceneControl(AsyncElement):
|
||||
|
||||
async def build(self) -> None:
|
||||
|
||||
self.classes('w-full')
|
||||
with self:
|
||||
pass
|
||||
Reference in New Issue
Block a user