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
3 unresolved threads
Compare and Show latest version
3 files
+ 39
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 7
0
#!/usr/bin/python3
import sys
sys.path.append("..")
import silecs
silecs.run()
Loading