11 lines
214 B
Python
11 lines
214 B
Python
# $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
|
|
|