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 IPWatchdog class which is responsible for detecting ip address changes on the host machine.
"""
from typing import Tuple
import logging
import socket