updated all auto-generated files

This commit is contained in:
2021-05-18 16:14:11 +02:00
committed by Robin Mueller
parent 623f52398e
commit bd5badb90d
16 changed files with 552 additions and 28 deletions

View File

@ -1,5 +1,7 @@
import enum
DATABASE_NAME = "eive_mod.db"
class BspType(enum.Enum):
BSP_Q7S = "bsp_q7s"