add initial PTY input driver

This commit is contained in:
chrys
2018-03-25 23:07:57 +02:00
parent 714ad94308
commit b9a24b2702
3 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,13 @@
#!/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)