mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-04 09:22:29 +01:00
7 lines
101 B
Python
Executable File
7 lines
101 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from instaloader.__main__ import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|