You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
335B

  1. # -*- coding: utf-8 -*-
  2. """
  3. maxcul
  4. ~~~~~~~~~~~~~~
  5. Implementation of moritz home automation protocol
  6. :copyright: (c) 2014 by Markus Ullmann.
  7. :license: BSD, see LICENSE for more details.
  8. """
  9. # environment constants
  10. # python imports
  11. # environment imports
  12. # custom imports
  13. # local constants
  14. __version__ = "0.1.1"