2023-04-25 22:56:55 +02:00

4 lines
106 B
Python

class IOwned:
def before_flush(self, is_dirty): # pragma: no cover
raise NotImplementedError