We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f56045 commit b130089Copy full SHA for b130089
google_images_download/__init__.py
@@ -1,5 +1,9 @@
1
+#!/usr/bin/env python
2
+from __future__ import absolute_import
3
+
4
5
def main():
6
import google_images_download.google_images_download
7
8
if __name__ == '__main__':
- main()
9
+ main()
google_images_download/__main__.py
@@ -0,0 +1,7 @@
+from .__init__ import main
+if __name__ == '__main__':
0 commit comments