diff options
| author | jvoisin | 2011-06-07 18:40:44 +0200 |
|---|---|---|
| committer | jvoisin | 2011-06-07 18:40:44 +0200 |
| commit | f7082a21d6511c5069fbb9ff186ce22f3e22fed7 (patch) | |
| tree | 93322a3220e50c1a32583ba197afec870298767c /cli.py | |
First commit
Diffstat (limited to 'cli.py')
| -rw-r--r-- | cli.py | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -0,0 +1,9 @@ | |||
| 1 | #!/usr/bin/python | ||
| 2 | """ | ||
| 3 | Metadata anonymisation toolkit | ||
| 4 | """ | ||
| 5 | |||
| 6 | import lib | ||
| 7 | import sys | ||
| 8 | |||
| 9 | |||
