derwentx/darp

View on GitHub
darp/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
# -*- coding: utf-8 -*-

"""
darp
~~~~
A Python utility to detect devices joining or leaving the local network

:license: GPLv3, see LICENSE for details.
"""

__title__ = "darp"
__version__ = "0.1"
__author__ = "Derwentx"
__license__ = "GPLv3"

from core import main as __main__