1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-04 10:57:58 +02:00
instaloader/instaloader.py

7 lines
101 B
Python
Raw Normal View History

2016-06-15 12:42:08 +02:00
#!/usr/bin/env python3
2018-04-05 13:03:46 +02:00
from instaloader.__main__ import main
2018-04-05 13:03:46 +02:00
if __name__ == '__main__':
main()