Simple prompt implemented
This commit is contained in:
parent
65886dc694
commit
d7ba998cd7
5 changed files with 168 additions and 20 deletions
|
|
@ -17,6 +17,10 @@ class Context(ABC):
|
|||
def __exit__(self):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def exposed_methods(self):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def instantiate(self, type_name: String, instance_name: String):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue