AIdeaText commited on
Commit
4ffecc5
·
verified ·
1 Parent(s): 71433cb

Update modules/database/semantic_mongo_db.py

Browse files
modules/database/semantic_mongo_db.py CHANGED
@@ -11,6 +11,7 @@ import matplotlib.pyplot as plt
11
 
12
  # Importaciones locales
13
  from .mongo_db import (
 
14
  insert_document,
15
  find_documents,
16
  update_document,
 
11
 
12
  # Importaciones locales
13
  from .mongo_db import (
14
+ get_collections,
15
  insert_document,
16
  find_documents,
17
  update_document,