This commit is contained in:
2025-09-01 06:43:11 +02:00
parent bde3fc0df9
commit 45eb2b8bc5
38 changed files with 3424 additions and 915 deletions

12
pages/scene_control.py Normal file
View 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