Fixed when tab already exists + InstancesDebugger

This commit is contained in:
2025-11-16 20:11:18 +01:00
parent 66d5169b41
commit 3667f1df44
8 changed files with 64 additions and 17 deletions

View File

@@ -34,7 +34,9 @@ class BaseInstance:
def get_prefix(self):
return self._prefix
def get_parent(self):
return self._parent
class SingleInstance(BaseInstance):
"""