added generator files

This commit is contained in:
2021-06-21 10:36:53 +02:00
parent cda061255a
commit 9229c4d98b
21 changed files with 2004 additions and 1 deletions

View File

View File

@ -0,0 +1,18 @@
"""
@file
mib_globals.py
@date
16.11.2019
@brief
Global settings for MIB exporter
"""
import pprint
doExportMiB = True
executeSQLcommands = False
printToConsole = True
exportToCSV = True
doCopyFile = False
copyDestination = "."
fileSeparator = ';'