#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
pydozeoff command line tool.
"""

import pydozeoff
pydozeoff.main()
