Files
weewx/bin/user/__init__.py
Tom Keffer fe9eb512a8 Moved things back to their v4 locations.
make target `pypi-packages` copies them back into `wee_resources`
before invoking `poetry build`
2023-02-26 13:52:09 -08:00

12 lines
306 B
Python

#
# Copyright (c) 2009-2015 Tom Keffer <tkeffer@gmail.com>
#
# See the file LICENSE.txt for your full rights.
#
"""
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.
"""