4 lines
67 B
Python
4 lines
67 B
Python
#!/usr/bin/env python
|
|
|
|
import openphoto.main
|
|
openphoto.main.main()
|