This commit is contained in:
2025-11-06 11:01:13 +08:00
commit 661fcfe255
11 changed files with 920 additions and 0 deletions

3
app.py Normal file
View File

@@ -0,0 +1,3 @@
from PWF.Application.app import main
main()