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
|
```python
|
||||||
import random
|
import random
|
||||||
|
import os
|
||||||
|
|
||||||
def run(instance, save, state):
|
def run(instance, save, state):
|
||||||
lines = open(instance).readlines()
|
lines = open(instance).readlines()
|
||||||
|
Reference in New Issue
Block a user