From d18f7af05d1c8c26e2d7180acb60270353ae2cfb Mon Sep 17 00:00:00 2001 From: ndrplz Date: Fri, 8 Dec 2017 15:02:11 +0100 Subject: [PATCH] Add class import to __init__ --- google_drive_downloader/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/google_drive_downloader/__init__.py b/google_drive_downloader/__init__.py index e69de29..7866d6b 100644 --- a/google_drive_downloader/__init__.py +++ b/google_drive_downloader/__init__.py @@ -0,0 +1 @@ +from .google_drive_downloader import GoogleDriveDownloader