add cache.py

This commit is contained in:
frédéric
2025-02-12 13:04:14 +01:00
parent e1f22cd6a0
commit 9d0df49fb6

View File

@ -8,6 +8,8 @@ from pwnagotchi.ui.components import LabeledValue
from pwnagotchi.ui.view import BLACK
import pwnagotchi.ui.fonts as fonts
def get_cache():
return None
class Cache(plugins.Plugin):
__author__ = "fmatray"