BOSWatch/includes/globalVars.py
2020-04-28 13:01:16 +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.5.1"
branch = "master"
buildDate = "28.04.2020"
# Global variables
config = 0
script_path = ""
log_path = ""
# pluginLoader
pluginList = {}