Create __init__.py

This commit is contained in:
akamhy 2020-05-04 08:00:25 +05:30 committed by GitHub
parent 340475a411
commit 1e26efdfdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
waybackpy/__init__.py Normal file
View File

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