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.
11 lines
214 B
11 lines
214 B
14 years ago
|
# $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
|
||
|
|