Files
mathgenerator/scripts/nextId.py

5 lines
153 B
Python

# Use this file to determine which ID to use for the next generator that you add
from mathgenerator import mathgen
print(mathgen.getGenList()[-1][0]+1)