chainqueue/chainqueue/cache/fs.py

11 lines
122 B
Python
Raw Normal View History

2022-03-13 16:40:45 +01:00
# local imports
from .base import Cache
class FsCache(Cache):
def __init__(self, path):
self.path = path