5 lines
139 B
Python
Raw Normal View History

2014-02-27 16:55:07 -07:00
class Notification(object):
""" An abstract base class used to define the notification interface and common functions
"""
pass