mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-29 23:24:34 +00:00
11 lines
193 B
Python
11 lines
193 B
Python
# This Python file uses the following encoding: utf-8
|
|
|
|
|
|
class BuildBotModule:
|
|
|
|
def __init__(self):
|
|
self.masterConf = {}
|
|
|
|
def getMasterConf(self):
|
|
return self.masterConf
|