~osomon/phatch/extract-all-metadata

1
2
3
4
5
6
7
#!/usr/bin/env python

"""Launch script to be used as /usr/bin/phatch."""

from phatch import app

app.main()