Skip to content

Commit

Permalink
Wildcard import
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdanbobrowski committed Oct 20, 2023
1 parent e0517ee commit 6743624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog2epub/Blog2Epub.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Dict

from blog2epub.crawlers.CrawlerBlogspot import *
from blog2epub.crawlers.CrawlerWordpress import *
from blog2epub.crawlers.CrawlerBlogspot import Crawler, CrawlerBlogspot
from blog2epub.crawlers.CrawlerWordpress import CrawlerWordpress

VERSION = "1.2.2"

Expand Down

0 comments on commit 6743624

Please sign in to comment.