main.py 100 B

123456
  1. from app.facepapp import FacePApp
  2. import sys
  3. app = FacePApp()
  4. status = app.exec()
  5. sys.exit(status)