fenrir/src/fenrir-package/braille/braille.py

12 lines
200 B
Python
Raw Normal View History

2016-07-08 06:27:42 -04:00
#!/bin/python
# -*- coding: utf-8 -*-
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers.
from core import debug
2016-07-08 06:27:42 -04:00
class braille():
def __init__(self):
pass