Files
weewx/bin/weeplot/__init__.py
Tom Keffer c11431aff9 Check point
2019-02-09 11:33:58 -08:00

15 lines
367 B
Python

#
# Copyright (c) 2009-2015 Tom Keffer <tkeffer@gmail.com>
#
# See the file LICENSE.txt for your full rights.
#
"""Package weeplot. A set of modules for doing simple plots
"""
# Define possible exceptions that could get thrown.
class ViolatedPrecondition(Exception):
"""Exception thrown when a function is called with violated preconditions.
"""