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:
parent
c9bdca71cb
commit
20608a43f0
@ -23,3 +23,7 @@ class applier_backend(ABC):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
@classmethod
|
||||
def retrieve_and_store(self):
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user