opshin
opshin copied to clipboard
Factor out command line operations
The operations compile, build etc that are available in the command line should be moved into a cmd submodule such that it can be used as a python library
from eopsin.cmd import compile
uplc = compile("path/to/contract.py")