Update __init__.py

This commit is contained in:
akamhy 2020-05-04 16:02:04 +05:30 committed by GitHub
parent 043bfb72b1
commit eb3c966221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,3 +2,5 @@
from .wrapper import save, near, oldest, newest
__version__ = "1.1"
__all__ = ['wrapper', 'exceptions']