mirror of
https://github.com/trycua/computer.git
synced 2026-05-03 13:40:13 -05:00
added diorama to server side
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class BaseDioramaHandler:
|
||||
"""Base Diorama handler for unsupported OSes."""
|
||||
async def diorama_cmd(self, action: str, arguments: dict = None) -> dict:
|
||||
return {"success": False, "error": "Diorama is not supported on this OS yet."}
|
||||
Reference in New Issue
Block a user