Implement in Python

This commit is contained in:
Kiana Sheibani 2023-02-07 13:46:57 -05:00
parent ff4632d533
commit e02319ff24
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
9 changed files with 59 additions and 2 deletions

4
python/bin/soe Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env python
import soe
soe.main()