mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 05:44:31 +00:00
11 lines
213 B
Python
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
|