From b2c51d4fa9474dafcb67829fe0a2dfbaebe18d23 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Sat, 3 Aug 2019 23:31:22 -0400 Subject: [PATCH] change init file for pb --- ogusa/__init__.py | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/ogusa/__init__.py b/ogusa/__init__.py index 0147e2b0f..abbd7d076 100644 --- a/ogusa/__init__.py +++ b/ogusa/__init__.py @@ -1,5 +1,27 @@ -from ogusa import _version +""" +Specify what is available to import from the ogusa package. +""" +from ogusa.SS import * +from ogusa.TPI import * +from ogusa.aggregates import * +from ogusa.constants import * +from ogusa.demographics import * +from ogusa.elliptical_u_est import * +from ogusa.execute import * +from ogusa.firm import * +from ogusa.fiscal import * +from ogusa.get_micro_data import * +from ogusa.household import * +from ogusa.income import * +from ogusa.macro_output import * +from ogusa.output_plots import * +from ogusa.parameter_plots import * +from ogusa.parameter_tables import * +from ogusa.parameters import * +from ogusa.parametersbase import * +from ogusa.postprocess import * +from ogusa.tax import * +from ogusa.txfunc import * +from ogusa.utils import * -from ._version import get_versions -__version__ = get_versions()['version'] -del get_versions +__version__ = '0.0.0'