#!/usr/bin/env python

import subprocess

from downitall.core import Core

Core().questions()
