updated imports
This commit is contained in:
@@ -3,11 +3,12 @@ from __future__ import annotations
|
||||
import os
|
||||
from pathlib import Path
|
||||
|
||||
from database import connect
|
||||
from database import VisualCommunication
|
||||
from dotenv import load_dotenv
|
||||
from pymongo.errors import DuplicateKeyError
|
||||
|
||||
from core.database import connect
|
||||
from core.database.classes import VisualCommunication
|
||||
|
||||
if __name__ == '__main__':
|
||||
# get list of image paths
|
||||
test_dir = Path(__file__).parent
|
||||
|
||||
Reference in New Issue
Block a user