Added some docstrings
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
This module contains the classes used for communicating with other consumers as well as the producers themselves.
|
||||
"""
|
||||
|
||||
import os
|
||||
import logging
|
||||
import requests
|
||||
|
||||
Reference in New Issue
Block a user