Update modules/database/morphosyntax_iterative_mongo_db.py
Browse files
modules/database/morphosyntax_iterative_mongo_db.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
from datetime import datetime, timezone
|
2 |
import logging
|
3 |
from bson import ObjectId # <--- Importar ObjectId
|
|
|
1 |
+
modules/database/morphosyntax_iterative_mongo_db.py
|
2 |
+
|
3 |
+
|
4 |
from datetime import datetime, timezone
|
5 |
import logging
|
6 |
from bson import ObjectId # <--- Importar ObjectId
|