feat: add telemetry functions
This commit is contained in:
parent
59da35f1df
commit
4b01c90bf0
@ -34,3 +34,11 @@ class PatcherABC(ABC):
|
|||||||
unpatching fails then it'll raise `UnpatchingFailedError`.
|
unpatching fails then it'll raise `UnpatchingFailedError`.
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@abstractmethod
|
||||||
|
def check_telemetry(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
@abstractmethod
|
||||||
|
def block_telemetry(self):
|
||||||
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user