feat : fileFinder read pdf, browser better chromedriver install

This commit is contained in:
martin legrand
2025-05-02 14:10:16 +02:00
parent 3cf1cab68f
commit ed76c8415b
13 changed files with 106 additions and 63 deletions
+6 -7
View File
@@ -1,15 +1,14 @@
import sys
import os, sys
import re
from io import StringIO
import subprocess
if __name__ == "__main__":
from tools import Tools
from safety import is_unsafe
else:
from sources.tools.tools import Tools
from sources.tools.safety import is_unsafe
if __name__ == "__main__": # if running as a script for individual testing
sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
from sources.tools.tools import Tools
from sources.tools.safety import is_unsafe
class BashInterpreter(Tools):
"""