Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 4b44686

Browse files
committed
Refactor code to follow PEP 8 and remove comments
1 parent af5e4ca commit 4b44686

4 files changed

Lines changed: 501 additions & 157 deletions

File tree

MainyDB/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
from .core import MainyDB, MongoClient
2-
from .core import Collection, Database
3-
from .core import ObjectId
1+
from .core import Collection, Database, MainyDB, MongoClient, ObjectId
2+
43
__version__ = '1.0.1'
54
__author__ = 'devid'
65
__easter_egg__ = "You've found the secret message! MainyDB is watching you... always."

0 commit comments

Comments
 (0)