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
6 files
+ 130
35
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 6
0
#!/usr/bin/python3
import sys
sys.path.append("..")
import silecs
silecs.run()
Loading