Files
generative/main.py

7 lines
83 B
Python

import first
steps = 215
history = []
history = first.first(steps)
print(history)