Commit 1 of 2, code refactor and cleanup.

This commit is contained in:
Storm Dragon
2025-06-08 13:49:22 -04:00
parent 6ad11effc6
commit ddc1b43304
260 changed files with 6 additions and 1505 deletions

View File

@ -5,7 +5,6 @@ import time
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers.
from fenrirscreenreader.core import debug
import time
import datetime

View File

@ -4,7 +4,6 @@
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers.
from fenrirscreenreader.core import debug
import time
import datetime

View File

@ -1,26 +0,0 @@
#!/usr/bin/env python3
import time
# -*- coding: utf-8 -*-
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers.
from fenrirscreenreader.core import debug
import time
class command():
def __init__(self):
pass
def initialize(self, environment):
self.env = environment
def shutdown(self):
pass
def getDescription(self):
return 'No Description found'
def run(self):
print(time.time())
def setCallback(self, callback):
pass