QuasarAppCI/BuildBotLib/buildBotModule.py
2019-07-22 10:20:59 +03:00

10 lines
206 B
Python

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