Files
aws-iot/Device/pycomm/common.py
2021-04-29 19:19:19 -04:00

8 lines
119 B
Python

__author__ = 'Agostino Ruscito'
__version__ = "1.0.8"
__date__ = "08 03 2015"
class PycommError(Exception):
pass