monasca-notification/notifications/__init__.py

5 lines
139 B
Python

class Notification(object):
""" An abstract base class used to define the notification interface and common functions
"""
pass