feat: add telemetry functions

This commit is contained in:
tretrauit 2023-06-17 22:14:37 +07:00
parent 59da35f1df
commit 4b01c90bf0

View File

@ -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