4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-04-28 14:44:36 +00:00

11 lines
213 B
Python
Raw Normal View History

2019-07-22 10:20:59 +03:00
# This Python file uses the following encoding: utf-8
2020-04-15 10:04:03 +03:00
2019-07-22 10:20:59 +03:00
class BuildBotModule:
2020-04-15 10:04:03 +03:00
2020-06-19 11:00:50 +03:00
def __init__(self, masterConf):
self.masterConf = masterConf
2019-07-22 10:20:59 +03:00
def getMasterConf(self):
return self.masterConf