Update __init__.py

This commit is contained in:
akamhy
2020-05-04 16:02:04 +05:30
committed by GitHub
parent 043bfb72b1
commit eb3c966221

View File

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