add cobol_testgen module
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
"""允许 python -m cobol_testgen 直接运行"""
|
||||
|
||||
from cobol_testgen import main
|
||||
main()
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
"""允许 python -m cobol_testgen 直接运行"""
|
||||
|
||||
from cobol_testgen import main
|
||||
main()
|
||||