fix : go interpreter error, hf provider import + feat : more logger

This commit is contained in:
martin legrand
2025-04-27 20:37:23 +02:00
parent f02f096356
commit 5517f53f8a
14 changed files with 84 additions and 34 deletions
-2
View File
@@ -23,8 +23,6 @@ import configparser
from abc import abstractmethod
from sources.logger import Logger
sys.path.append('..')
class Tools():
"""
Abstract class for all tools.