#!/usr/bin/env python

import os
import sys

from geradorfdp import run_cli

run_cli()
