BOSWatch/includes/globalVars.py
Schrolli91 e2e7f01692
relase
2021-01-08 19:05:14 +01: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.2"
branch = "master"
buildDate = "08.01.2021"
# Global variables
config = 0
script_path = ""
log_path = ""
# pluginLoader
pluginList = {}