Initial commit for the more modular rewrite of the Photobooth.
Basic Qt5-GUI implemented Config-File support implemented Basic settings dialog to change config implemented NO Photobooth functionality, yet
This commit is contained in:
8
photobooth/__init__.py
Normal file
8
photobooth/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import sys, Photobooth
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(Photobooth.main(sys.argv))
|
||||
|
||||
Reference in New Issue
Block a user