QuasarAppCI/BuildBotLib/buildBotModule.py
2020-04-15 10:04:03 +03:00

11 lines
193 B
Python

# This Python file uses the following encoding: utf-8
class BuildBotModule:
def __init__(self):
self.masterConf = {}
def getMasterConf(self):
return self.masterConf