1
Fork 0
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:
Steffo 2023-02-10 03:18:45 +01:00
parent 218c91bcc1
commit 1294335da0
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -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 .cache import *
from .collections import * from .collections import *
from .connection import * from .connection import *