Files
mathgenerator/scripts/nextId.py
2023-06-02 10:31:59 -04:00

5 lines
155 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)