Update __init__.py

This commit is contained in:
Akash
2020-07-17 20:44:10 +05:30
committed by GitHub
parent 4d7dd481b0
commit cf9c83f3b8

View File

@@ -25,6 +25,6 @@ Full documentation @ <https://akamhy.github.io/waybackpy/>.
:license: MIT
"""
from .wrapper import save, near, oldest, newest, get, clean_url, url_check, total_archives
from .wrapper import Url
from .__version__ import __title__, __description__, __url__, __version__
from .__version__ import __author__, __author_email__, __license__, __copyright__