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