12 lines
187 B
Python
12 lines
187 B
Python
|
#!/usr/bin/env python3
|
||
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
# Fenrir TTY screen reader
|
||
|
# By Chrys, Storm Dragon, and contributers.
|
||
|
|
||
|
import os, sys
|
||
|
import __main__
|
||
|
|
||
|
version = 1.5
|
||
|
codename = 'gampert'
|