Added some docstrings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user