docs run module added import os to code block

This commit is contained in:
Tom Krüger
2020-12-19 02:18:03 +01:00
parent 1ba7fd5025
commit 207674f46f

View File

@@ -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()