mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
screenshots button
This commit is contained in:
@@ -247,3 +247,10 @@ class SoftwareManager(ABC):
|
||||
@abstractmethod
|
||||
def launch(self, pkg: SoftwarePackage):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def get_screenshots(self, pkg: SoftwarePackage) -> List[str]:
|
||||
"""
|
||||
:return: screenshot urls for the given package
|
||||
"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user