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

import sys
from pyrocumulus.commands.base import run_command

run_command()

