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

from xdress.main import main

main()

