Initial commit
* Examples work * setup.py kinda updasted * Fork of txmongo but with new pymongo embedded
This commit is contained in:
9
asyncio_mongo/__init__.py
Normal file
9
asyncio_mongo/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from .connection import *
|
||||
from .exceptions import *
|
||||
from .pool import *
|
||||
from .protocol import *
|
||||
|
||||
__doc__ = \
|
||||
"""
|
||||
MongoDB protocol implementation for asyncio (PEP 3156)
|
||||
"""
|
||||
Reference in New Issue
Block a user