#!/usr/bin/env python
#  -*- mode: python; indent-tabs-mode: nil; -*- coding: iso-8859-1 -*-

"""

epubmaker script

Copyright 2014 by Marcello Perathoner

Distributable under the GNU General Public License Version 3 or newer.

This script starts epubmaker.

"""

from epubmaker import EpubMaker

EpubMaker.main ()

