6 lines
107 B
Python
6 lines
107 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import sys, photobooth
|
|
sys.exit(photobooth.main(sys.argv))
|