#!/usr/bin/env python3
from feedbloom import FeedBloom

feedbloom = FeedBloom()
feedbloom.run()
