From fa8f4767e02a0d1d40f4cb5b75fd2971722bf726 Mon Sep 17 00:00:00 2001 From: Conrad S Date: Tue, 25 Apr 2017 11:56:17 -0400 Subject: [PATCH] Add init file to bill --- bpeng/bill/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 bpeng/bill/__init__.py diff --git a/bpeng/bill/__init__.py b/bpeng/bill/__init__.py new file mode 100644 index 0000000..fca9e1b --- /dev/null +++ b/bpeng/bill/__init__.py @@ -0,0 +1 @@ +from .disaggregate import BillDisaggregation -- GitLab