Files
waybackpy/waybackpy/__init__.py
2020-05-07 14:53:09 +05:30

7 lines
174 B
Python

# -*- coding: utf-8 -*-
from .wrapper import save, near, oldest, newest, get, clean_url, url_check, total_archives
__version__ = "v1.4"
__all__ = ['wrapper', 'exceptions']