From 1e3ffb4f942283641131b5923b61dfcca6b9e370 Mon Sep 17 00:00:00 2001 From: areza-blocpower Date: Fri, 21 Apr 2017 15:34:28 -0400 Subject: [PATCH] Initial commit. Add directory for ecm savings calculations --- bpeng/ecm/low_flow.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bpeng/ecm/low_flow.py diff --git a/bpeng/ecm/low_flow.py b/bpeng/ecm/low_flow.py new file mode 100644 index 0000000..c06d296 --- /dev/null +++ b/bpeng/ecm/low_flow.py @@ -0,0 +1,4 @@ +""" + This module calculates the water usage and energy savings for low flow fixtures (toilets, faucets, and showerheads) + +""" -- GitLab