QuasarAppCI/BuildBotLib/buildBotModule.py
2020-06-19 11:00:50 +03:00

11 lines
213 B
Python

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