#!/usr/bin/env python

import subprocess

from downitall_android.core import Core

Core().questions()
