# Copyright (C) 2002, 2003 by Intevation GmbH # Authors: # Thomas Arendsen Hein # # This program is free software under the GPL (>=v2) # Read the file COPYING coming with the software for details. """ Scientific Parameter """ #__version__ = "$Revision: 1.8 $" # $Source: /greaterrepository/sciparam/SciParam/__init__.py,v $ # $Id: __init__.py,v 1.8 2003/09/29 16:39:19 thomas Exp $ from version import version as __version__ from range import Range from distribution import Distribution from parameter import SciParam from parameter import FloatParam, IntParam, StringParam, ChoiceParam, DistParam