Skip to content
Snippets Groups Projects

Port silecs cli to Python

Merged m.nabywaniec requested to merge 70-port-cli-client-to-python into master
Compare and
5 files
+ 398
0
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 3
0
 
#!/usr/bin/env python
 
from silecs_cli import silecs
 
silecs.main()
Loading