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

import sys
import gallery_dl
sys.exit(gallery_dl.main())
