QuasarAppCI/BuildBotLib/buildBotModule.py

10 lines
206 B
Python
Raw Normal View History

2019-07-22 10:20:59 +03:00
# This Python file uses the following encoding: utf-8
class BuildBotModule:
masterConf = {}
def __init__(self):
masterConf = {}
def getMasterConf(self):
return self.masterConf