fumitoh / modelx

Use Python like a spreadsheet!
https://modelx.io
GNU Lesser General Public License v3.0
89 stars 20 forks source link

Support del item in exported models #117

Open fumitoh opened 3 months ago

fumitoh commented 3 months ago

https://github.com/fumitoh/modelx/discussions/115#discussioncomment-8964643

from AModel_nomx import mx_model

mx_model.Space[1]

del mx_model.Space[1]