From 8e59d26f8e289977e9456f72bc52aa914f014a5b Mon Sep 17 00:00:00 2001 From: Abdallah Elbohy Date: Sat, 15 Oct 2022 02:19:48 +0300 Subject: [PATCH] Update __init__.py --- paperscraper/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paperscraper/__init__.py b/paperscraper/__init__.py index f5bb3e5..8226f1c 100644 --- a/paperscraper/__init__.py +++ b/paperscraper/__init__.py @@ -3,7 +3,7 @@ .. moduleauthor:: Andriy Mulyar """ -from .PaperScraper import PaperScraper +from paperscaper import PaperScraper __version__ = '0.2' -__authors__ = "Andriy Mulyar, Brandon Watts, Bridget McInnes" \ No newline at end of file +__authors__ = "Andriy Mulyar, Brandon Watts, Bridget McInnes"