moved definition of exception to separate folder

This commit is contained in:
brian
2024-10-20 20:04:48 +00:00
parent 20831c9bc3
commit 6dba06704c
5 changed files with 3 additions and 5 deletions
-1
View File
@@ -3,5 +3,4 @@
from __future__ import annotations
from .dataset import Dataset
from .exceptions import NoDocumentFoundException
from .visual_communication import VisualCommunication