#!/usr/bin/env python
from telegram_upload.exceptions import catch
from telegram_upload.management import download

if __name__ == '__main__':
    catch(download)()
