BOSWatch/includes/globalVars.py
2019-09-22 09:42:15 +02:00

23 lines
290 B
Python

#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
Global variables
@author: Jens Herrmann
@author: Bastian Schroll
"""
# version info
versionNr = "2.4.3"
branch = "master"
buildDate = "22.09.2019"
# Global variables
config = 0
script_path = ""
log_path = ""
# pluginLoader
pluginList = {}