fix: issue #156 - move test file to tests dir

This commit is contained in:
doa
2025-03-08 19:01:57 +03:00
parent 21180b53e5
commit ebac62e21a
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from abc import ABC, abstractmethod
from agentic_security.refusal_classifier import RefusalClassifier
from agentic_security.refusal_classifier.model import RefusalClassifier
classifier = RefusalClassifier()
classifier.load_model()