14 lines
244 B
Python
14 lines
244 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Fenrir TTY screen reader
|
|
# By Chrys, Storm Dragon, and contributers.
|
|
|
|
<<<<<<< HEAD
|
|
version = "2025.03.02"
|
|
codeName = "master"
|
|
=======
|
|
version = "2025.03.02"
|
|
codeName = "testing"
|
|
>>>>>>> testing
|