mirror of
https://github.com/weewx/weewx.git
synced 2026-04-17 16:16:56 -04:00
16 lines
345 B
Python
16 lines
345 B
Python
#
|
|
# Copyright (c) 2011 Tom Keffer <tkeffer@gmail.com>
|
|
#
|
|
# See the file LICENSE.txt for your full rights.
|
|
#
|
|
# $Revision$
|
|
# $Author$
|
|
# $Date$
|
|
#
|
|
"""
|
|
Package of user extensions to weewx.
|
|
|
|
This package is for your use. Generally, extensions to weewx go here.
|
|
Any modules you add to it will not be touched by the upgrade process.
|
|
"""
|