diff --git a/over/text.py b/over/text.py index 43d3f36..7da1236 100644 --- a/over/text.py +++ b/over/text.py @@ -355,6 +355,13 @@ class Output: self.stream.write(render(output, colors)) self.stream.flush() + def flush(self): + """ + Dummy method for compatibility. + """ + + pass + def __call__(self, *args, **kwargs): self.write(*args, **kwargs)