from interpreter import Interpreter if __name__ == "__main__": interpreter = Interpreter() print(interpreter.interpret("3 - 3"))