mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
24 lines
288 B
Python
24 lines
288 B
Python
#!/usr/bin/python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
"""
|
|
Global variables
|
|
|
|
@author: Jens Herrmann
|
|
@author: Bastian Schroll
|
|
"""
|
|
|
|
# version info
|
|
versionNr = "2.5.2"
|
|
branch = "dev"
|
|
buildDate = "unreleased"
|
|
|
|
|
|
# Global variables
|
|
config = 0
|
|
script_path = ""
|
|
log_path = ""
|
|
|
|
# pluginLoader
|
|
pluginList = {}
|