mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 00:26:57 -04:00
18 lines
359 B
Python
18 lines
359 B
Python
#
|
|
# Copyright (c) 2011 Tom Keffer <tkeffer@gmail.com>
|
|
#
|
|
# See the file LICENSE.txt for your full rights.
|
|
#
|
|
# $Revision$
|
|
# $Author$
|
|
# $Date$
|
|
#
|
|
|
|
"""User extensions module
|
|
|
|
This module is imported from the main executable, so anything put here will be
|
|
executed before anything else happens. This makes it a good place to put user
|
|
extensions.
|
|
"""
|
|
|