00001 #!/usr/bin/env python 00002 00003 from time import sleep 00004 00005 while True: 00006 sleep(0.1)