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