コード例 #1
0
def auth():
    '''
    Press the hue button!
    '''
    h = Hue()
    h.auth()
コード例 #2
0
ファイル: main.py プロジェクト: GuoJing/pyhue
def auth():
    '''
    Press the hue button!
    '''
    h = Hue()
    h.auth()