1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-24 10:50:26 +03:00

applier_backend interface stabilized

This commit is contained in:
Игорь Чудов 2020-01-10 19:04:13 +04:00
parent c9bdca71cb
commit 20608a43f0
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

@ -23,3 +23,7 @@ class applier_backend(ABC):
def __init__(self):
pass
@classmethod
def retrieve_and_store(self):
pass