Added some docstrings

This commit is contained in:
2020-05-14 18:43:05 +02:00
parent 108db57271
commit ac90ca829f
4 changed files with 34 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env python3
"""
This module contains the RedisSuperStorage module which is responsible to store and load the data structure used by the constumer.
"""
import redis
import os
import json