diff --git a/vollerei/abc/patcher.py b/vollerei/abc/patcher.py index 72de8a2..cd680d1 100644 --- a/vollerei/abc/patcher.py +++ b/vollerei/abc/patcher.py @@ -34,3 +34,11 @@ class PatcherABC(ABC): unpatching fails then it'll raise `UnpatchingFailedError`. """ pass + + @abstractmethod + def check_telemetry(self): + pass + + @abstractmethod + def block_telemetry(self): + pass