Initial commit of version 2

This commit is contained in:
Simon Wüllhorst 2016-05-29 18:56:50 +02:00
commit ff7105eedc
23 changed files with 782 additions and 0 deletions

View file

@ -0,0 +1,3 @@
class HieraException(Exception):
def __init__(self, message = ''):
super().__init__(message)

0
exceptions/__init__.py Normal file
View file