Changed how deb packaging is setup, deleted unused dirs, updated readme

This commit is contained in:
2023-02-21 14:23:39 -06:00
parent f5dd0e9ff0
commit c508bcffe6
166 changed files with 1643 additions and 9884 deletions

View File

@@ -1,12 +1,11 @@
# Python imports
import ctypes
import time
import threading
import subprocess
import signal
import json
import shlex
from datetime import datetime
libgcc_s = ctypes.CDLL('libgcc_s.so.1')
# Lib imports
import gi