diff options
| author | Vincenzo Maffione <v.maffione@gmail.com> | 2017-02-06 18:24:50 +0100 |
|---|---|---|
| committer | Vincenzo Maffione <v.maffione@gmail.com> | 2017-02-06 18:24:50 +0100 |
| commit | 4bfc9fee5365f2a1aa13c8f8669e2fa3e6264b92 (patch) | |
| tree | ad688e408ae8d298e6b345ec195e6338d6ad582c /example.py | |
| parent | 38268b9218270ef57402e3c306d8b3bfdcd5103a (diff) | |
| download | rumba-4bfc9fee5365f2a1aa13c8f8669e2fa3e6264b92.tar.gz rumba-4bfc9fee5365f2a1aa13c8f8669e2fa3e6264b92.zip | |
move OuroborosExperiment class in its own file
Diffstat (limited to 'example.py')
| -rw-r--r-- | example.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ # An example script using rhumba.py from rhumba import * +import ouroboros_support as our n1 = NormalDIF("n1", policies = {"rmt.pff": "lfa", "security-manager": "passwd"}) |
