My tools of the trade for python programming.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# $Id: __init__.py,v 1.1 2010-09-30 16:16:38 wirawan Exp $
|
|
#
|
|
# wpylib.params module
|
|
# Created: 20100930
|
|
# Wirawan Purwanto
|
|
|
|
"""Parameter-related stuff."""
|
|
|
|
from wpylib.params.params_flat import Parameters as flat
|
|
|
|
|