10 lines
186 B
Python
10 lines
186 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Fenrir TTY screen reader
|
|
# By Chrys, Storm Dragon, and contributors.
|
|
|
|
version = "2025.07.13"
|
|
codeName = "testing"
|
|
code_name = "testing"
|