mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
5 lines
155 B
Python
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)
|