fenrir/src/fenrirscreenreader/fenrirVersion.py
Hunter Jozwiak 8ce9a8ffeb Move the command line into the main package directory.
The recommendation is that you put you cli script into the package
itself and add in an entry to that module as an entrypoint.
2025-01-28 15:22:07 -05:00

8 lines
163 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers.
version = "2025.01.28"
codeName = "testing"