mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-21 23:44:19 +00:00
Document and fix imports in .database
This commit is contained in:
parent
218c91bcc1
commit
1294335da0
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
"""
|
||||
This module contains objects to access the MongoDB database and retrieve data from it in different formats.
|
||||
"""
|
||||
|
||||
from .cache import *
|
||||
from .collections import *
|
||||
from .connection import *
|
||||
|
|
Loading…
Reference in a new issue