diff options
| author | Pepper <pepper@scannerjammer.com> | 2019-12-04 04:30:53 +0000 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2019-12-04 04:30:53 +0000 |
| commit | 65697891be538591f57384d3469ab2a7f2a86568 (patch) | |
| tree | 5b34929c7e2c64abbec1949d755205839281456b /example.py | |
| parent | 1d8ed6e2f6ffb872c2e29104067a28ae098ec290 (diff) | |
server_stuffserver_stuff
Diffstat (limited to 'example.py')
| -rwxr-xr-x | example.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ import ricky.utils as utils params = ricky.params.PbGradient() params.randomize() print params.as_serialized() +print "" +print params.as_dict() +print "" + + #print params.execute() #print params #data = utils.data_from_url( |
