[arch] feature -> AUR: new custom action to quickly reinstall a package

This commit is contained in:
Vinicius Moreira
2021-01-13 15:28:19 -03:00
parent b451d00aaf
commit 5fd161888a
15 changed files with 227 additions and 18 deletions

View File

@@ -41,3 +41,7 @@ class DiskCacheLoaderFactory(ABC):
:return:
"""
pass
@abstractmethod
def new(self) -> DiskCacheLoader:
pass