Add docstring in helper_generic.py

This commit is contained in:
Mahendra 2018-04-06 18:33:30 +05:30
parent 442fe81e3a
commit c0036d8c18
No known key found for this signature in database
GPG Key ID: A672D8FAAEE398B3
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
"""This module is to perform generic oprations for threading."""
"""and some conversion operations."""
import socket import socket
import sys import sys
from binascii import hexlify, unhexlify from binascii import hexlify, unhexlify