12 lines
219 B
Python
12 lines
219 B
Python
#!/usr/bin/python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from threding import Thread,queue
|
|
|
|
class DisplayThread(Threadin.thread):
|
|
def __init__(self,queue)
|
|
super.__init__()
|
|
self.queue = queue
|
|
|
|
def run(self):
|
|
pass |