From 2dcda65db55b08b9ffcd7ce65df294498c6fcf90 Mon Sep 17 00:00:00 2001 From: Farhan Ahmed Date: Wed, 19 Jul 2023 14:39:37 +0500 Subject: [PATCH] Fixing import error --- GoogleAds/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleAds/__init__.py b/GoogleAds/__init__.py index d51972b..befc478 100644 --- a/GoogleAds/__init__.py +++ b/GoogleAds/__init__.py @@ -1 +1 @@ -from GoogleAdsTransparency.main import GoogleAds, show_regions_list \ No newline at end of file +from GoogleAds.main import GoogleAds, show_regions_list \ No newline at end of file