# Save and Load

The SME structure can be loaded with
```py
sme = SME_Structure.load("in.sme")
```
or saved with
```py
sme.save("out.sme")
```