mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
4 lines
106 B
Python
4 lines
106 B
Python
class IOwned:
|
|
def before_flush(self, is_dirty): # pragma: no cover
|
|
raise NotImplementedError
|