Files
waybackpy/waybackpy/__init__.py
2020-05-04 08:00:25 +05:30

5 lines
93 B
Python

# -*- coding: utf-8 -*-
from .wrapper import save, near, oldest, newest
__version__ = "1.1"