fenrir/src/fenrirscreenreader/inputDriver/ptyDriver.py

14 lines
312 B
Python
Raw Normal View History

2018-03-25 17:07:57 -04:00
#!/bin/python
# -*- coding: utf-8 -*-
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers.
import time
from fenrirscreenreader.core import debug
from fenrirscreenreader.core.inputDriver import inputDriver
class driver(inputDriver):
def __init__(self):
inputDriver.__init__(self)