Added some comments

This commit is contained in:
Eesa Hamza
2023-04-12 16:59:50 +03:00
parent 083ccb6bd3
commit ec6918ab48

View File

@@ -1,5 +1,7 @@
from memory.local import LocalCache
# List of supported memory backends
# Add a backend to this list if the import attempt is successful
supported_memory = ['local']
try: