c6a167dde5
- Added json file for target configuration - Added arguments handling for commandline - Added some error handlings - Several other minor changes
7 lines
93 B
Python
7 lines
93 B
Python
#!/usr/bin/python
|
|
# -*- coding: utf-8 -
|
|
#Imports:
|
|
|
|
|
|
class HieraException(Exception):
|
|
pass |