From 00ce8ec7414f7c791351e1de7fd7d7ef8659cf51 Mon Sep 17 00:00:00 2001 From: lhubbardONS Date: Wed, 11 Dec 2024 15:25:06 +0000 Subject: [PATCH] Calling in estimation from MBS --- cons_results/estimation/estimation.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cons_results/estimation/estimation.py diff --git a/cons_results/estimation/estimation.py b/cons_results/estimation/estimation.py new file mode 100644 index 0000000..8683f9a --- /dev/null +++ b/cons_results/estimation/estimation.py @@ -0,0 +1,3 @@ +import mbs_results.estimation + +mbs_results.estimation.estimate.estimate \ No newline at end of file