21 lines
335 B
Python
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" |