#!/usr/bin/env python
# -*- coding: utf-8 mode: python -*-
#
# Copyright (c) 2014, Peter Hillerström <peter.hillerstrom@gmail.com>
# All rights reserved. This software is licensed under 3-clause BSD license.
#
# For the full copyright and license information, please view the LICENSE
# file that was distributed with this source code.

import excelsior

if __name__ == '__main__':
    excelsior.main()
