OpenHome/venv/Lib/site-packages/maxcul/__init__.py
2021-07-21 21:33:05 +02:00

21 lines
335 B
Python

# -*- coding: utf-8 -*-
"""
maxcul
~~~~~~~~~~~~~~
Implementation of moritz home automation protocol
:copyright: (c) 2014 by Markus Ullmann.
:license: BSD, see LICENSE for more details.
"""
# environment constants
# python imports
# environment imports
# custom imports
# local constants
__version__ = "0.1.1"