Files
photobooth/photobooth/__main__.py

6 lines
107 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import sys, photobooth
sys.exit(photobooth.main(sys.argv))