<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">"""
A module with a simplest class possible.

Author: Walker M. White (wmw2)
Date:   October 1, 2017 (Python 3 Version)
"""


class Example(object):
    """
    Instances of this class do nothing
    """
    pass
</pre></body></html>