@@ -13,3 +13,4 @@ app_digit = DigitApp()
status = app_digit.exec()
# 3. 应用结束的时候,返回状态码给系统
sys.exit(status)
+end