Files
rizzlehash/BF_InterfaceThread.py
2017-03-22 21:51:01 +01:00

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