implement clear-display script

This commit is contained in:
Ace
2024-01-14 00:01:41 +01:00
parent 796a896c34
commit d231716c0b
3 changed files with 15 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ class Inkyimage:
# give an OK message
logger.info(f'{__name__} loaded')
def load(self, path):
def load(self, path:str) -> None:
"""loads an image from a URL or filepath.
Args: