From e7dac74906b53babf6052272cfec8218f8f7e194 Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Thu, 7 May 2020 09:06:49 +0530 Subject: [PATCH] Update __init__.py --- waybackpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybackpy/__init__.py b/waybackpy/__init__.py index 0764701..b1dffe8 100644 --- a/waybackpy/__init__.py +++ b/waybackpy/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from .wrapper import save, near, oldest, newest, get +from .wrapper import save, near, oldest, newest, get, clean_url, url_check __version__ = "v1.4"