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