added media catalog mode, impooved cache

This commit is contained in:
sha
2025-12-29 19:47:55 +00:00
parent eedc32bf31
commit 50de7e1d4a
20 changed files with 900 additions and 106 deletions
+4
View File
@@ -0,0 +1,4 @@
# Decorators package
from .caching import cached_method
__all__ = ['cached_method']