#!/usr/bin/env python
"""polyphemus entry point."""

from polyphemus.main import main

main()

