Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

init.py

Blame
  • test.py 148 B
    from controller.controller import Controller
    from time import sleep
    
    c = Controller('a1b2c3')
    c.connect()
    print('luckly..')
    sleep(3)
    c.disconnect()