You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rizzlehash/BF_InterfaceThread.py

12 lines
219 B

#!/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