Updated READNE, added searcher plugin, cleanup

This commit is contained in:
2022-07-20 23:57:06 -05:00
parent 7abbee9182
commit 3f5664da5b
11 changed files with 523 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
"""
Pligin Module
"""

View File

@@ -1,7 +1,7 @@
# Python imports
import os, threading, subprocess, time
# Gtk imports
# Lib imports
import gi
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk