We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0150c0d commit 0912872Copy full SHA for 0912872
src/fundus/publishers/tz/__init__.py
@@ -1,8 +1,9 @@
1
from fundus.publishers.base_objects import Publisher, PublisherGroup
2
-from .daily_news_tz import DailyNewsTZParser
3
from fundus.scraping.filter import inverse, regex_filter
4
from fundus.scraping.url import NewsMap, RSSFeed, Sitemap
5
+from .daily_news_tz import DailyNewsTZParser
6
+
7
8
class TZ(metaclass=PublisherGroup):
9
DailyNewsTZ = Publisher(
0 commit comments