Skip to content

0.1.0

Pre-release
Pre-release

Choose a tag to compare

@synap5e synap5e released this 24 Jan 06:25
· 7 commits to master since this release

Just runs a python interpreter REPL, no script running capabilities yet.

To import your own code, add to the sys path

sys.path.append('.')
import mymodule
...