コード例 #1
0
ファイル: moi.py プロジェクト: Ltrollinger/gplibrary
"get the python code from the markdown file"
from gpkit.tools import mdparse
exec mdparse("moi.md")
コード例 #2
0
ファイル: npv.py プロジェクト: Ltrollinger/gplibrary
"get the python code from the markdown file"
from gpkit.tools import mdparse
exec mdparse("npv.md")