waybackpy/pywayback/__init__.py

5 lines
93 B
Python
Raw Normal View History

2020-05-02 11:23:09 +02:00
# -*- coding: utf-8 -*-
from .wrapper import save, near, oldest, newest
__version__ = "0.1"