#!/usr/bin/python3
# WSGI script for Watcher API, used by mod_wsgi.
from watcher.wsgi.api import application  # noqa: F401
