mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
7 lines
109 B
Python
7 lines
109 B
Python
class ImageManager():
|
|
|
|
def __init__(self,cache):
|
|
self.cache = cache
|
|
|
|
def isImageInCache(self,imagename):
|