#!/usr/bin/python3

from journald_notify.main import entry_point

entry_point()
