add cobol_testgen module

This commit is contained in:
hangshuo652
2026-06-08 21:07:16 +08:00
parent 7fcdb41a85
commit 0730045e27
13 changed files with 5586 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
"""允许 python -m cobol_testgen 直接运行"""
from cobol_testgen import main
main()