mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
added latex unavailable message and scripts folder
This commit is contained in:
4
scripts/nextId.py
Normal file
4
scripts/nextId.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user