waybackpy/waybackpy/__init__.py

7 lines
136 B
Python

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