Bugs Correction

This commit is contained in:
Johnny
2026-04-06 06:07:02 +02:00
parent 751dc8892c
commit 4980d8cf3c
34 changed files with 20541 additions and 35 deletions

9
run.py Normal file
View File

@@ -0,0 +1,9 @@
from __future__ import annotations
import sys
from securecheck.__main__ import main
if __name__ == "__main__":
sys.exit(main())