mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
7 lines
105 B
Python
Executable File
7 lines
105 B
Python
Executable File
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import sys
|
|
import gallery_dl
|
|
sys.exit(gallery_dl.main())
|