def getGGCAddr()

in traffic-light-example-python/lightController.py [0:0]


def getGGCAddr(filePath):
    f = open(filePath, "r")
    return f.readline()