fenrir/src/fenrirscreenreader/fenrirVersion.py

12 lines
187 B
Python
Raw Normal View History

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