Fixed a bug

master
Mark 2022-10-22 13:07:31 -07:00
parent 218af2cd49
commit 657d5b66af
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 5 additions and 0 deletions

View File

@ -79,6 +79,11 @@ class free_variable(LambdaToken):
return f"{self.label}" return f"{self.label}"
class command: class command:
def set_runner(self, runner):
pass
def bind_variables(self):
pass
@staticmethod @staticmethod
def from_parse(result): def from_parse(result):
return command( return command(