#!/usr/bin/python3


from evtstrd.server import run_notification_server


run_notification_server()
