Files
waybackpy/waybackpy/__init__.py
2020-05-05 17:37:38 +05:30

7 lines
136 B
Python

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