Exemplo n.º 1
0
def main():
    f = Fan(FAST)
    #	f1 = Fan(FAST, 10, "yellow", True)

    print(f.getState())