def main()

in notifier.py [0:0]


def main():
    notifier = Notifier(CONFIG_FILE)
    asyncio.run(notifier.listen())