waybackpy/pywayback/__init__.py
2020-05-02 14:53:09 +05:30

5 lines
93 B
Python

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