docs run module added import os to code block
This commit is contained in:
@@ -4,6 +4,7 @@ The run module is arguably the most important part of the *alma* interface. It i
|
||||
|
||||
```python
|
||||
import random
|
||||
import os
|
||||
|
||||
def run(instance, save, state):
|
||||
lines = open(instance).readlines()
|
||||
|
Reference in New Issue
Block a user