Merge branch 'MVP' into MVP

This commit is contained in:
Liu Zhicong
2023-09-17 18:30:26 -07:00
committed by GitHub
34 changed files with 1542 additions and 555 deletions
-6
View File
@@ -70,12 +70,6 @@ class Environment:
def _do_get_value(self,key:str) -> Optional[str]:
pass
def get_functions(self):
# system functions
# env functions
# user install functions
pass
def register_get_handler(self,key:str,handler:Callable) -> None:
h = self.get_handlers.get(key)
if h is not None: